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 9bce86d commit 696d210Copy full SHA for 696d210
pymathics/graph/__main__.py
@@ -1318,7 +1318,7 @@ class VertexList(_PatternList):
1318
"""
1319
1320
def _items(self, graph):
1321
- return graph.vertices.expressions
+ return graph.vertices
1322
1323
1324
class EdgeCount(_PatternCount):
@@ -1338,7 +1338,7 @@ class EdgeList(_PatternList):
1338
1339
1340
1341
- return graph.edges.expressions
+ return graph.edges
1342
1343
1344
class EdgeRules(_NetworkXBuiltin):
0 commit comments