Skip to content

Commit

Permalink
refactor: add check for component interpolation data format
Browse files Browse the repository at this point in the history
  • Loading branch information
geddy11 committed Nov 19, 2024
1 parent 84402b9 commit b5575f7
Show file tree
Hide file tree
Showing 5 changed files with 2,578 additions and 2,532 deletions.
2 changes: 1 addition & 1 deletion docs/nb/Battery life.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@
"\n",
"def deplete_pb(t, curr):\n",
" sim.step(t, solver=pybamm.CasadiSolver(mode=\"fast\"), inputs={\"Current function [A]\":curr})\n",
" return probe()"
" return probe_pb()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/nb/Bluetooth sensor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@
"id": "e0f51f72-8877-4dba-9a79-cd288b0d4401",
"metadata": {},
"source": [
"When one or more voltage rails have been defind, the `rail_rep()` (rail report) can be used to get a summary per voltage rail:"
"When one or more voltage rails have been defined, the `rail_rep()` (rail report) can be used to get a summary per voltage rail:"
]
},
{
Expand Down
Loading

0 comments on commit b5575f7

Please sign in to comment.