HeteroGraphConv documentation sample code crash #7687
Labels
bug:confirmed
Something isn't working
topic: doc
Issues related to DGL's documentation, tutorials or any requests on doc improvement
🐛 Bug
To Reproduce
Steps to reproduce the behavior:
Following the code snippet example in HeteroGraphConv documentation with an actual implementation results in a crash
HeteroGraphConv
Expected behavior
Environment
Additional context
When 'game' features are added to h1 the example works
Not sure, if this is an implementation bug or a documentation issue.
It seems reasonable to expect the example code to work as shown in documentation in case 'game' nodes don't have any intrinsic features
Also, when a block is passed into the forward function instead of a graph, the failure is silent and the call returns an empty dictionary
The text was updated successfully, but these errors were encountered: