We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2b230 commit 6a60e08Copy full SHA for 6a60e08
src/power_grid_model_ds/_core/load_flow.py
@@ -72,6 +72,8 @@ def create_grid_from_input_data(
72
Create Grid object from PowerGridModel input data.
73
Note that for some arrays, not all fields are available in the PowerGridModel input data.
74
In this case, the default values are used.
75
+
76
+ Returns a Grid object with the arrays filled with the PowerGridModel input data.
77
"""
78
for pgm_name, pgm_ds_array_class in array_mapping.items():
79
if pgm_name in self.input_data:
0 commit comments