-
Notifications
You must be signed in to change notification settings - Fork 47
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
add_edges
for GNNHeteroGraph does not allow providing the number of nodes
#334
Comments
I'll open a PR with a fix later. |
Thanks, a PR would be appreciated. Heterographs support is still quite rough and needs more love. |
svilupp
added a commit
to svilupp/GraphNeuralNetworks.jl
that referenced
this issue
Sep 3, 2023
svilupp
added a commit
to svilupp/GraphNeuralNetworks.jl
that referenced
this issue
Sep 3, 2023
CarloLucibello
pushed a commit
that referenced
this issue
Sep 4, 2023
* fixes add_edges + adds tests Fixes #334 * remove docs typo * fix typo in the test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I noticed a bug when adding new edges (with new nodes) into GNNHeteroGraph.
Documentation for
add_edges
says:Expectation: When adding new edges with a new node, I want to provide the number of the new nodes via
num_nodes
kwargBehavior: When I provide
num_nodes
, I getMWE:
Versioninfo:
Package version: 0.6.11 (current main branch)
The text was updated successfully, but these errors were encountered: