Skip to content

Commit e8790b4

Browse files
committed
Fixed updateConfiguations call when pruning prep network
Discussed in #58. @jwallen made the change in 4ef7e32, just missed this case.
1 parent 4927616 commit e8790b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmgpy/rmg/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ def removeSpeciesFromEdge(self, spec):
11621162
network.netReactions.remove(rxn)
11631163

11641164
# Recompute the isomers, reactants, and products for this network
1165-
network.updateConfigurations()
1165+
network.updateConfigurations(self)
11661166

11671167
# Remove from the global list of reactions
11681168
# also remove it from the global list of reactions

0 commit comments

Comments
 (0)