File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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 converted_obj .PlogRate . rate == ct_obj .PlogRate . rate
2957+ assert converted_obj .rate . rates == ct_obj .rate . rates
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 converted_rxn .PlogRate . rate == ct_rxn .PlogRate . rate
2978+ assert converted_rxn .rate . rates == ct_rxn .rate . rates
29792979
29802980 def test_chebyshev (self ):
29812981 """
You can’t perform that action at this time.
0 commit comments