File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2954,7 +2954,7 @@ def test_pdep_arrhenius(self):
29542954 # Check that the reaction string is the same
29552955 assert repr (converted_obj ) == repr (ct_obj )
29562956 # Check that the Arrhenius rates are identical
2957- assert str (converted_obj .rates ) == str (ct_obj .rates )
2957+ assert str (converted_obj .rate ) == str (ct_obj .rate )
29582958
29592959 def test_multi_pdep_arrhenius (self ):
29602960 """
@@ -2975,7 +2975,7 @@ def test_multi_pdep_arrhenius(self):
29752975 # Check that the reaction string is the same
29762976 assert repr (converted_rxn ) == repr (ct_rxn )
29772977 # Check that the Arrhenius rates are identical
2978- assert str (converted_rxn .rates ) == str (ct_rxn .rates )
2978+ assert str (converted_rxn .rate ) == str (ct_rxn .rate )
29792979
29802980 def test_chebyshev (self ):
29812981 """
You can’t perform that action at this time.
0 commit comments