We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e414581 commit fca3dbdCopy full SHA for fca3dbd
1 file changed
tests/core/test_graph.py
@@ -17,5 +17,5 @@ def test_init_molecule_name():
17
18
19
def test_graph_subclass():
20
- assert issubclass(ScaffoldGraph, DiGraph)
+ assert issubclass(ScaffoldGraph, nx.DiGraph)
21
assert issubclass(ScaffoldGraph, ABC)
0 commit comments