Replies: 1 comment 2 replies
-
maybe simply
Could also use a regex if you feel its better |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Thank you for the great documentation! I am a student I want to implement an n-graph data object for my project. This would be an extension of the pair-data, where instead of 2 graphs, I want to create n graphs (n will also be an argument).
What's the most pythonic way to do this (especially for the
__inc__
part)? Let's say the edge index will always have the naming convention (edge_index_1, edge_index_2, ..., edge_index_n) and similarly for x (x_1, x_2, ..., x_n).Beta Was this translation helpful? Give feedback.
All reactions