Skip to content

Commit

Permalink
Merge branch 'refs/heads/develop' into 410-bug-incorrect-axis-symbol-…
Browse files Browse the repository at this point in the history
…rendering-formu-in-notebooks
  • Loading branch information
BradyPlanden committed Sep 6, 2024
1 parent 1fb5bcf commit 7e3d787
Show file tree
Hide file tree
Showing 13 changed files with 600 additions and 2,398 deletions.
38 changes: 27 additions & 11 deletions examples/notebooks/LG_M50_ECM/1-single-pulse-circuit-model.ipynb

Large diffs are not rendered by default.

205 changes: 189 additions & 16 deletions examples/notebooks/comparing_cost_functions.ipynb

Large diffs are not rendered by default.

28 changes: 24 additions & 4 deletions examples/notebooks/cost-compute-methods.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,27 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Note: you may need to restart the kernel to use updated packages.\n",
"/Users/engs2510/Documents/Git/PyBOP/.nox/notebooks-overwrite/bin/python3: No module named pip\r\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Note: you may need to restart the kernel to use updated packages.\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"/Users/engs2510/Documents/Git/PyBOP/.nox/notebooks-overwrite/bin/python3: No module named pip\r\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Note: you may need to restart the kernel to use updated packages.\n"
]
}
Expand Down Expand Up @@ -356,14 +376,14 @@
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
"pygments_lexer": "ipython3",
"version": "3.12.4"
}
},
"nbformat": 4,
Expand Down
16 changes: 8 additions & 8 deletions examples/notebooks/ecm_trust-constr.ipynb

Large diffs are not rendered by default.

22 changes: 16 additions & 6 deletions examples/notebooks/electrode_balancing.ipynb

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions examples/notebooks/equivalent_circuit_identification.ipynb

Large diffs are not rendered by default.

2,304 changes: 143 additions & 2,161 deletions examples/notebooks/multi_model_identification.ipynb

Large diffs are not rendered by default.

176 changes: 88 additions & 88 deletions examples/notebooks/multi_optimiser_identification.ipynb

Large diffs are not rendered by default.

104 changes: 52 additions & 52 deletions examples/notebooks/optimiser_calibration.ipynb

Large diffs are not rendered by default.

33 changes: 20 additions & 13 deletions examples/notebooks/pouch_cell_identification.ipynb

Large diffs are not rendered by default.

24 changes: 9 additions & 15 deletions examples/notebooks/solver_selection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Note: you may need to restart the kernel to use updated packages.\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Note: you may need to restart the kernel to use updated packages.\n",
"/Users/engs2510/Documents/Git/PyBOP/.nox/notebooks-overwrite/bin/python3: No module named pip\r\n"
]
},
Expand Down Expand Up @@ -194,28 +188,28 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Time Evaluate IDA KLU solver: 0.897\n"
"Time Evaluate IDA KLU solver: 0.303\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Time Evaluate CasADi solver with 'safe' mode: 0.973\n"
"Time Evaluate CasADi solver with 'safe' mode: 1.076\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Time Evaluate CasADi solver with 'fast' mode: 0.950\n"
"Time Evaluate CasADi solver with 'fast' mode: 1.003\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Time Evaluate CasADi solver with 'fast with events' mode: 0.823\n"
"Time Evaluate CasADi solver with 'fast with events' mode: 1.008\n"
]
}
],
Expand Down Expand Up @@ -248,28 +242,28 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Time EvaluateS1 IDA KLU solver: 1.353\n"
"Time EvaluateS1 IDA KLU solver: 0.671\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Time EvaluateS1 CasADi solver with 'safe' mode: 3.736\n"
"Time EvaluateS1 CasADi solver with 'safe' mode: 4.479\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Time EvaluateS1 CasADi solver with 'fast' mode: 3.345\n"
"Time EvaluateS1 CasADi solver with 'fast' mode: 3.440\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Time EvaluateS1 CasADi solver with 'fast with events' mode: 3.307\n"
"Time EvaluateS1 CasADi solver with 'fast with events' mode: 3.287\n"
]
}
],
Expand Down
20 changes: 10 additions & 10 deletions examples/notebooks/spm_AdamW.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/notebooks/spm_electrode_design.ipynb

Large diffs are not rendered by default.

0 comments on commit 7e3d787

Please sign in to comment.