Skip to content

Commit 03b27ab

Browse files
committed
revert changes
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent d76e641 commit 03b27ab

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

power-grid-model-ds/introduction.ipynb

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -79,25 +79,12 @@
7979
},
8080
{
8181
"cell_type": "code",
82-
"execution_count": 1,
82+
"execution_count": null,
8383
"id": "6ada3e60-8bd7-4687-9f29-3ae5ff029228",
8484
"metadata": {},
8585
"outputs": [],
8686
"source": [
87-
"# %load solutions/introduction_1_1_define_array_extensions\n",
88-
"# SPDX-FileCopyrightText: 2025 Contributors to the Power Grid Model project <[email protected]>\n",
89-
"#\n",
90-
"# SPDX-License-Identifier: MPL-2.0\n",
91-
"\n",
92-
"class MyNodeArray(NodeArray):\n",
93-
" _defaults = {\"x\": 0.0, \"y\": 0.0, \"u\": 0.0}\n",
94-
" x: NDArray[np.float64]\n",
95-
" y: NDArray[np.float64]\n",
96-
" u: NDArray[np.float64]\n",
97-
"\n",
98-
"class MyLineArray(LineArray):\n",
99-
" _defaults = {\"i_from\": 0.0}\n",
100-
" i_from: NDArray[np.float64]"
87+
"# %load solutions/introduction_1_1_define_array_extensions"
10188
]
10289
},
10390
{

0 commit comments

Comments
 (0)