We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ef9a2 commit b6a4ab3Copy full SHA for b6a4ab3
1 file changed
chebai_graph/preprocessing/reader/augmented_reader.py
@@ -704,7 +704,12 @@ def _construct_nodes_to_graph_node_structure(
704
- Graph-level node attributes.
705
- Edge attributes for graph-level connections.
706
"""
707
- graph_node = {k.NODE_LEVEL: k.GRAPH_NODE_LEVEL, "FG": "graph_fg", "RING": "0"}
+ graph_node = {
708
+ k.NODE_LEVEL: k.GRAPH_NODE_LEVEL,
709
+ "FG": "graph_fg",
710
+ "RING": "0",
711
+ "is_alkyl": "0",
712
+ }
713
714
graph_to_nodes_edges = {}
715
graph_edge_index = [[], []]
0 commit comments