Skip to content

Commit ebca99d

Browse files
committed
Merge pull request #210 from pierrelb/pDepPruning
Fixed updateConfiguations call when pruning prep network
2 parents 4927616 + e8790b4 commit ebca99d

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)