You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/alliander-opensource/power-grid-model/actions/workflows/main.yml)
Copy file name to clipboardExpand all lines: examples/Make Test Dataset.ipynb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -342,9 +342,9 @@
342
342
"source": [
343
343
"# Helper Functions to Import and Export\n",
344
344
"\n",
345
-
"In the module `power_grid_model.manual_testing` we have some helper functions to import a json file to a `power-grid-model` compatible dataset, or the other way around. \n",
345
+
"In the module `power_grid_model.utils` we have some helper functions to import a json file to a `power-grid-model` compatible dataset, or the other way around. \n",
346
346
"\n",
347
-
"Please refer to the [source code](../src/power_grid_model/manual_testing.py) for detailed function signature.\n",
347
+
"Please refer to the [source code](../src/power_grid_model/utils.py) for detailed function signature.\n",
348
348
"\n",
349
349
"In this notebook we export the example network from [Power Flow](./Power%20Flow%20Example.ipynb) to json. "
0 commit comments