Skip to content

Commit c5073e7

Browse files
fix example
1 parent 129274a commit c5073e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/notebooks/Getting Started/Tutorial 7 - Model options.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@
8888
"source": [
8989
"model = pybamm.lithium_ion.SPMe(options=options) # loading in options\n",
9090
"\n",
91-
"parameter_values = pybamm.ParameterValues(\"Chen2020\")\n",
92-
"\n",
93-
"sim = pybamm.Simulation(model, parameter_values=parameter_values)\n",
91+
"sim = pybamm.Simulation(model)\n",
9492
"sim.solve([0, 3600])"
9593
]
9694
},

0 commit comments

Comments
 (0)