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 4927616 commit e8790b4Copy full SHA for e8790b4
rmgpy/rmg/model.py
@@ -1162,7 +1162,7 @@ def removeSpeciesFromEdge(self, spec):
1162
network.netReactions.remove(rxn)
1163
1164
# Recompute the isomers, reactants, and products for this network
1165
- network.updateConfigurations()
+ network.updateConfigurations(self)
1166
1167
# Remove from the global list of reactions
1168
# also remove it from the global list of reactions
0 commit comments