Skip to content

Commit f18d0e4

Browse files
committed
DCO Remediation Commit for Marnix van Lieshout <[email protected]>
I, Marnix van Lieshout <[email protected]>, hereby add my Signed-off-by to this commit: ac2b230 Signed-off-by: Marnix van Lieshout <[email protected]>
1 parent 6a60e08 commit f18d0e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/power_grid_model_ds/_core/load_flow.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ def create_grid_from_input_data(
6969
array_mapping: Dict[str, Type[FancyArray]],
7070
) -> Grid:
7171
"""
72-
Create Grid object from PowerGridModel input data.
73-
Note that for some arrays, not all fields are available in the PowerGridModel input data.
72+
Create Grid object from PowerGridModel input.
73+
Note that for some arrays, not all fields are available in the PowerGridModel input.
7474
In this case, the default values are used.
7575
76-
Returns a Grid object with the arrays filled with the PowerGridModel input data.
76+
Returns a Grid object with the arrays filled with the PowerGridModel input.
7777
"""
7878
for pgm_name, pgm_ds_array_class in array_mapping.items():
7979
if pgm_name in self.input_data:

0 commit comments

Comments
 (0)