We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13384ac commit d0ea81dCopy full SHA for d0ea81d
chebai_graph/preprocessing/datasets/chebi.py
@@ -510,6 +510,9 @@ def _merge_props_into_base(
510
edge_index=geom_data.edge_index,
511
edge_attr=edge_attr,
512
molecule_attr=torch.empty((1, 0)), # empty as not used for this class
513
+ is_atom_node=is_atom_node,
514
+ is_fg_node=is_fg_node,
515
+ is_graph_node=is_graph_node,
516
)
517
518
0 commit comments