File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -756,7 +756,7 @@ def test_change_v0(self):
756756 Ea_i = self .surfchargerxn_oxidation .Ea .value_si
757757 self .surfchargerxn_oxidation .change_v0 (V )
758758 assert self .surfchargerxn_oxidation .V0 .value_si == V_i + delta
759- assert round (abs (self .surfchargerxn_oxidation .Ea .value_si - Ea_i - (alpha * electrons * constants .F * delta )), 6 ) == 0
759+ assert round (abs (self .surfchargerxn_oxidation .Ea .value_si - ( Ea_i - (alpha * electrons * constants .F * delta ) )), 6 ) == 0
760760
761761 V0 = self .surfchargerxn_reduction .V0 .value_si
762762 electrons = self .surfchargerxn_reduction .electrons .value
@@ -767,4 +767,4 @@ def test_change_v0(self):
767767 Ea_i = self .surfchargerxn_reduction .Ea .value_si
768768 self .surfchargerxn_reduction .change_v0 (V )
769769 assert self .surfchargerxn_reduction .V0 .value_si == V_i + delta
770- assert round (abs (self .surfchargerxn_reduction .Ea .value_si - Ea_i - (alpha * electrons * constants .F * delta )), 6 ) == 0
770+ assert round (abs (self .surfchargerxn_reduction .Ea .value_si - ( Ea_i - (alpha * electrons * constants .F * delta ) )), 6 ) == 0
You can’t perform that action at this time.
0 commit comments