Skip to content
Snippets Groups Projects

Check make cf conventions configurable

Merged Martin Bergemann requested to merge cf-conventions into main
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -186,7 +186,6 @@ def rechunk_netcdf_file(
str(input_file),
parallel=True,
decode_cf=decode_cf,
inline_array=True,
) as nc_data:
new_data, encoding = _rechunk_dataset(nc_data, engine)
if encoding:
Loading