Skip to content

Commit 54e70dc

Browse files
#1518 fix example
1 parent 9671e52 commit 54e70dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/scripts/DFN_half_cell.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# load model
1111
options = {"working electrode": "positive"}
12-
model1 = pybamm.lithium_ion.SPMe(options=options)
12+
model1 = pybamm.lithium_ion.DFN(options=options)
1313
model2 = pybamm.lithium_ion.BasicDFNHalfCell(options=options)
1414

1515
sols = []

0 commit comments

Comments
 (0)