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 authored Oct 9, 2022
1 parent 4089d8c commit 76bfe1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/python/test_kinetics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1069,10 +1069,10 @@ def test_interface_current(self):
file = "lithium_ion_battery.yaml"

# The 'elde' electrode phase is needed as a source/sink for electrons:
anode = ct.Solution(file,"anode")
elect = ct.Solution(file,"electron")
elyte = ct.Solution(file,"electrolyte")
anode_int = ct.Interface(file,"edge_anode_electrolyte",[anode,elect,elyte])
anode = ct.Solution(file, "anode")
elect = ct.Solution(file, "electron")
elyte = ct.Solution(file, "electrolyte")
anode_int = ct.Interface(file, "edge_anode_electrolyte", [anode, elect, elyte])

anode.X = [0.9, 0.1]
elyte.X = [0.4, 0.3, 0.15, 0.15]
Expand Down

0 comments on commit 76bfe1f

Please sign in to comment.