Skip to content

Commit c430c3f

Browse files
committed
Remove zlib and complevel
1 parent db29aab commit c430c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zppy_interfaces/pcmdi_diags/pcmdi_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def _generate_mask(self, input_path, output_path, model_name):
257257
}
258258
)
259259

260-
comp = dict(_FillValue=1.0e20, zlib=True, complevel=5)
260+
comp = dict(_FillValue=1.0e20)
261261
encoding = {
262262
v: comp for v in set(mask_ds.data_vars.keys()) | set(mask_ds.coords.keys())
263263
}

0 commit comments

Comments
 (0)