Skip to content

Commit

Permalink
Update test/python/test_kinetics.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ingmar Schoegl <ischoegl@lsu.edu>
  • Loading branch information
c-randall and ischoegl committed Oct 10, 2022
1 parent 03b60bd commit e539bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/python/test_kinetics.py
Expand Up @@ -1087,9 +1087,9 @@ def test_interface_current(self):
charges = p.charges

method = anode_int.interface_current(p)
manual = sum(net_prod_rates*charges)*ct.faraday
manual = sum(net_prod_rates * charges) * ct.faraday

self.assertEqual(method,manual)
self.assertEqual(method, manual)


class TestDuplicateReactions(utilities.CanteraTest):
Expand Down

0 comments on commit e539bff

Please sign in to comment.