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.
get_reaction_matches
1 parent 2b27f4b commit 0a13902Copy full SHA for 0a13902
test/rmgpy/data/kinetics/familyTest.py
@@ -864,7 +864,7 @@ def test_d_regularization_dims(self):
864
"""
865
test that appropriate regularization dimensions have been identified
866
867
- template_rxn_map = self.family.get_reaction_matches(thermo_database=self.database.thermo, estimate_thermo=False)
+ template_rxn_map = self.family.get_reaction_matches(thermo_database=self.thermoDatabase)
868
869
for entry in self.family.groups.entries.values():
870
if entry.children == []:
0 commit comments