Skip to content

Commit

Permalink
Update notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTranter committed Jun 25, 2024
1 parent b476659 commit 743c4c3
Show file tree
Hide file tree
Showing 10 changed files with 1,035 additions and 279 deletions.
135 changes: 86 additions & 49 deletions docs/examples/01 Getting Started.ipynb

Large diffs are not rendered by default.

78 changes: 15 additions & 63 deletions docs/examples/02 Using inputs.ipynb

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions docs/examples/03 Experiments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -212,18 +212,18 @@
"name": "stderr",
"output_type": "stream",
"text": [
"Stepping simulation: 100%|██████████| 101/101 [00:00<00:00, 178.55it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 185.54it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 180.26it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 186.44it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 181.62it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 179.92it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 180.96it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 183.22it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 184.66it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 184.74it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 181.79it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 183.41it/s]\n"
"Stepping simulation: 100%|██████████| 101/101 [00:00<00:00, 168.41it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 164.46it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 162.98it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 171.22it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 169.25it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 166.88it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 164.96it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 166.36it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 169.53it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 168.11it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 165.21it/s]\n",
"Stepping simulation: 100%|██████████| 100/100 [00:00<00:00, 163.24it/s]\n"
]
}
],
Expand Down
60 changes: 30 additions & 30 deletions docs/examples/04 Initial SoC.ipynb

Large diffs are not rendered by default.

58 changes: 24 additions & 34 deletions docs/examples/05 Drive cycles.ipynb

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions docs/examples/06 Changing a model.ipynb

Large diffs are not rendered by default.

19 changes: 4 additions & 15 deletions docs/examples/07 Visualizing larger packs.ipynb

Large diffs are not rendered by default.

842 changes: 815 additions & 27 deletions docs/examples/08 SEI degradation model.ipynb

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions docs/examples/09 Terminal locations.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/examples/10 Power control.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -55,14 +55,14 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 8,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Stepping simulation: 100%|██████████| 101/101 [00:00<00:00, 166.87it/s]\n"
"Stepping simulation: 100%|██████████| 101/101 [00:00<00:00, 172.48it/s]\n"
]
}
],
Expand All @@ -86,7 +86,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit 743c4c3

Please sign in to comment.