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 72ab4f6 commit 26bfb17Copy full SHA for 26bfb17
requirements.txt
@@ -15,3 +15,4 @@ h5netcdf==1.5.0
15
impactlab-tools==0.6.0
16
p_tqdm==1.4.2
17
pyarrow==19.0.0
18
+numcodecs==0.15.1
src/dscim/preprocessing/input_damages.py
@@ -809,7 +809,7 @@ def prep(
809
if damages[v].dtype == object:
810
damages[v] = damages[v].astype("unicode")
811
812
- damages['gcm'] = damages['gcm'].astype("U" + str(max_gcm_len))
+ damages["gcm"] = damages["gcm"].astype("U" + str(max_gcm_len))
813
814
if i == 0:
815
damages.to_zarr(
0 commit comments