File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/power_grid_model_ds/_core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments