-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed the bug in LinkSequence that threw an error when no link targets were given #273
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bugfix looks good. I think we can improve the tests a bit then let's merge this.
…e generators with targets
Hi Yuri, I think we should also check the HinSAGE link generator in the same way and I've added such a test. I also looked at the node_generators and I was not testing them with targets well. I've added some tests for those as well to this PR. |
…com/stellargraph/stellargraph into bugfix/link_mappers_without_targets
@adocherty thanks for adding the tests! |
@adocherty strange: I've marked your comments as resolved, but github still says I need to address the change request. Does it wait for you to mark the comments as resolved as well? |
LinkSequence
class that occurred when no link targets were given to the link iterator.test_GraphSAGELinkGenerator_no_targets
, covering the case of link generator with no targets (e.g., for prediction)