We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9671e52 commit 54e70dcCopy full SHA for 54e70dc
examples/scripts/DFN_half_cell.py
@@ -9,7 +9,7 @@
9
10
# load model
11
options = {"working electrode": "positive"}
12
-model1 = pybamm.lithium_ion.SPMe(options=options)
+model1 = pybamm.lithium_ion.DFN(options=options)
13
model2 = pybamm.lithium_ion.BasicDFNHalfCell(options=options)
14
15
sols = []
0 commit comments