Skip to content

Commit 6a60e08

Browse files
committed
Slight docstring addition.
Signed-off-by: Marnix van Lieshout <[email protected]>
1 parent ac2b230 commit 6a60e08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/power_grid_model_ds/_core/load_flow.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ def create_grid_from_input_data(
7272
Create Grid object from PowerGridModel input data.
7373
Note that for some arrays, not all fields are available in the PowerGridModel input data.
7474
In this case, the default values are used.
75+
76+
Returns a Grid object with the arrays filled with the PowerGridModel input data.
7577
"""
7678
for pgm_name, pgm_ds_array_class in array_mapping.items():
7779
if pgm_name in self.input_data:

0 commit comments

Comments
 (0)