Skip to content

Commit 6bad548

Browse files
fix example
1 parent c5073e7 commit 6bad548

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

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

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -56,28 +56,10 @@
5656
"execution_count": 3,
5757
"metadata": {},
5858
"outputs": [
59-
{
60-
"name": "stderr",
61-
"output_type": "stream",
62-
"text": [
63-
"psetup failed: .../casadi/interfaces/sundials/cvodes_interface.cpp:650: 'jacF' calculation failed\n",
64-
"psetup failed: .../casadi/interfaces/sundials/cvodes_interface.cpp:650: 'jacF' calculation failed\n",
65-
"psetup failed: .../casadi/interfaces/sundials/cvodes_interface.cpp:650: 'jacF' calculation failed\n",
66-
"psetup failed: .../casadi/interfaces/sundials/cvodes_interface.cpp:650: 'jacF' calculation failed\n",
67-
"psetup failed: .../casadi/interfaces/sundials/cvodes_interface.cpp:650: 'jacF' calculation failed\n",
68-
"psetup failed: .../casadi/interfaces/sundials/cvodes_interface.cpp:650: 'jacF' calculation failed\n",
69-
"psetup failed: .../casadi/interfaces/sundials/cvodes_interface.cpp:650: 'jacF' calculation failed\n",
70-
"psetup failed: .../casadi/interfaces/sundials/cvodes_interface.cpp:650: 'jacF' calculation failed\n",
71-
"psetup failed: .../casadi/interfaces/sundials/cvodes_interface.cpp:650: 'jacF' calculation failed\n",
72-
"psetup failed: .../casadi/interfaces/sundials/cvodes_interface.cpp:650: 'jacF' calculation failed\n",
73-
"psetup failed: .../casadi/interfaces/sundials/cvodes_interface.cpp:650: 'jacF' calculation failed\n",
74-
"At t = 537.96 and h = 1.11158e-07, the corrector convergence test failed repeatedly or with |h| = hmin.\n"
75-
]
76-
},
7759
{
7860
"data": {
7961
"text/plain": [
80-
"<pybamm.solvers.solution.Solution at 0x125d84970>"
62+
"<pybamm.solvers.solution.Solution at 0x139461520>"
8163
]
8264
},
8365
"execution_count": 3,
@@ -107,12 +89,12 @@
10789
{
10890
"data": {
10991
"application/vnd.jupyter.widget-view+json": {
110-
"model_id": "774f83016dc24552974690a318e61e19",
92+
"model_id": "0fc5db759e804d3fb2793222ddbec5d4",
11193
"version_major": 2,
11294
"version_minor": 0
11395
},
11496
"text/plain": [
115-
"interactive(children=(FloatSlider(value=0.0, description='t', max=807.111755653494, step=8.07111755653494), Ou"
97+
"interactive(children=(FloatSlider(value=0.0, description='t', max=1.0, step=0.01), Output()), _dom_classes=('w"
11698
]
11799
},
118100
"metadata": {},
@@ -121,7 +103,7 @@
121103
{
122104
"data": {
123105
"text/plain": [
124-
"<pybamm.plotting.quick_plot.QuickPlot at 0x12578ef10>"
106+
"<pybamm.plotting.quick_plot.QuickPlot at 0x139461fd0>"
125107
]
126108
},
127109
"execution_count": 4,

0 commit comments

Comments
 (0)