Skip to content

Commit 4f1d549

Browse files
committed
change dtype
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
1 parent 5fd585b commit 4f1d549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/power_grid_model_io/converters/pandapower_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def _extra_info_to_pgm_input_data(self, extra_info: ExtraInfo): # pylint: disab
242242
assert self.pgm_output_data
243243

244244
dtype = np.int32
245-
other_cols_dtype = np.float
245+
other_cols_dtype = np.float64
246246
nan = np.iinfo(dtype).min
247247
all_other_cols = ["i_n"]
248248
for component, data in self.pgm_output_data.items():

0 commit comments

Comments
 (0)