Skip to content

Commit

Permalink
fix call to get_reaction_matches (should match other test)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Jan 14, 2025
1 parent 1325017 commit 9d1377d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rmgpy/data/kinetics/familyTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ def test_d_regularization_dims(self):
"""
test that appropriate regularization dimensions have been identified
"""
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)

for entry in self.family.groups.entries.values():
if entry.children == []:
Expand Down

0 comments on commit 9d1377d

Please sign in to comment.