Skip to content

Commit 105c0bb

Browse files
committed
fix: undo metadata change
1 parent 81365ef commit 105c0bb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

examples/04_New Models.ipynb

+6-5
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@
11471147
"\n",
11481148
"Note that because of the interconnected relationship between `threshold_met` and `event_state`, it is only required to define one of these. However, there are frequently computational advantages to specifying both. \n",
11491149
"\n",
1150-
"To illustrate this concept, we will use the `BatteryElectroChemEOD` model (see __[03 Included Models](03_Existing%20Models.ipynb)__). In the standard implementation of this model, the defined event is `EOD` or End of Discharge. This occurs when the voltage drops below a pre-defined threshold value. The State-of-Charge (SOC) of the battery is the event state for the EOD event. Recall that event states (and therefore SOC) vary between 0 and 1, where 1 is healthy and 0 signifies the event has occurred. \n",
1150+
"To illustrate this concept, we will use the `BatteryElectroChemEOD` model (see section 03. Included Models). In the standard implementation of this model, the defined event is `EOD` or End of Discharge. This occurs when the voltage drops below a pre-defined threshold value. The State-of-Charge (SOC) of the battery is the event state for the EOD event. Recall that event states (and therefore SOC) vary between 0 and 1, where 1 is healthy and 0 signifies the event has occurred. \n",
11511151
"\n",
11521152
"Suppose we have the requirement that our battery must not fall below 5% State-of-Charge. This would correspond to an `EOD` event state of 0.05. Additionally, let's add events for two warning thresholds, a $\\text{\\textcolor{yellow}{yellow}}$ threshold at 15% SOC and a $\\text{\\textcolor{red}{red}}$ threshold at 10% SOC. \n",
11531153
"\n",
@@ -1275,7 +1275,7 @@
12751275
"cell_type": "markdown",
12761276
"metadata": {},
12771277
"source": [
1278-
"Recall that the battery model takes input of current. We will use a piecewise loading scheme."
1278+
"Recall that the battery model takes input of current. We will use a piecewise loading scheme (see 01. Simulation)."
12791279
]
12801280
},
12811281
{
@@ -1857,7 +1857,7 @@
18571857
],
18581858
"metadata": {
18591859
"kernelspec": {
1860-
"display_name": "Python 3 (ipykernel)",
1860+
"display_name": "Python 3.11.0 64-bit",
18611861
"language": "python",
18621862
"name": "python3"
18631863
},
@@ -1871,14 +1871,15 @@
18711871
"name": "python",
18721872
"nbconvert_exporter": "python",
18731873
"pygments_lexer": "ipython3",
1874-
"version": "3.10.5"
1874+
"version": "3.13.0"
18751875
},
1876+
"orig_nbformat": 4,
18761877
"vscode": {
18771878
"interpreter": {
18781879
"hash": "aee8b7b246df8f9039afb4144a1f6fd8d2ca17a180786b69acc140d282b71a49"
18791880
}
18801881
}
18811882
},
18821883
"nbformat": 4,
1883-
"nbformat_minor": 4
1884+
"nbformat_minor": 2
18841885
}

0 commit comments

Comments
 (0)