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 acccd69 commit 108886fCopy full SHA for 108886f
rmgpy/molecule/graph.py
@@ -633,7 +633,7 @@ def getSmallestSetOfSmallestRings(self):
633
634
# Map atoms in cycles back to atoms in original graph
635
for i in range(len(cycleList)):
636
- cycleList[i] = [self.vertices[vertices.index(v)] for v in cycles[i]]
+ cycleList[i] = [self.vertices[vertices.index(v)] for v in cycleList[i]]
637
638
return cycleList
639
0 commit comments