Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 2, 2024
1 parent 1dca584 commit 990fc04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/notebooks/creating_a_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
Expand Down Expand Up @@ -53,7 +53,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": null,
"metadata": {
"id": "SQdt4brD04p1"
},
Expand All @@ -79,7 +79,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -98,7 +98,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -117,14 +117,14 @@
"(<Figure size 800x400 with 1 Axes>, <Axes: xlabel='Time [h]'>)"
]
},
"execution_count": 15,
"execution_count": null,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"t_eval = [0, 3700]\n",
"solution = model.predict([],t_eval)\n",
"solution = model.predict([], t_eval)\n",
"solution.plot_voltage_components()"
]
}
Expand Down

0 comments on commit 990fc04

Please sign in to comment.