Skip to content

Commit d0ea81d

Browse files
committed
as node mask for as per node data cls
1 parent 13384ac commit d0ea81d

File tree

1 file changed

+3
-0
lines changed
  • chebai_graph/preprocessing/datasets

1 file changed

+3
-0
lines changed

chebai_graph/preprocessing/datasets/chebi.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,9 @@ def _merge_props_into_base(
510510
edge_index=geom_data.edge_index,
511511
edge_attr=edge_attr,
512512
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,
513516
)
514517

515518

0 commit comments

Comments
 (0)