Skip to content

Commit 0a13902

Browse files
committed
fix call to get_reaction_matches (should match other test)
1 parent 2b27f4b commit 0a13902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rmgpy/data/kinetics/familyTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ def test_d_regularization_dims(self):
864864
"""
865865
test that appropriate regularization dimensions have been identified
866866
"""
867-
template_rxn_map = self.family.get_reaction_matches(thermo_database=self.database.thermo, estimate_thermo=False)
867+
template_rxn_map = self.family.get_reaction_matches(thermo_database=self.thermoDatabase)
868868

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

0 commit comments

Comments
 (0)