Skip to content

Commit

Permalink
Merge branch 'Try-Example-for-model-creation-pybop-team#282' of https…
Browse files Browse the repository at this point in the history
  • Loading branch information
Grimm committed Sep 2, 2024
2 parents f580fc8 + 7237673 commit 1dca584
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/notebooks/creating_a_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@
"source": [
"parameter_set = pybop.ParameterSet.pybamm(\"Marquis2019\")\n",
"\n",
"model = pybop.lithium_ion.SPM(\n",
" parameter_set=parameter_set\n",
")"
"model = pybop.lithium_ion.SPM(parameter_set=parameter_set)"
]
},
{
Expand Down

0 comments on commit 1dca584

Please sign in to comment.