Skip to content
Snippets Groups Projects
Commit be2d3b0b authored by Fabian Wachsmann's avatar Fabian Wachsmann
Browse files

Updated env

parent 6bb71f8e
No related branches found
No related tags found
No related merge requests found
......@@ -660,7 +660,10 @@ class Tzis:
maxretries,
trusted,
):
chunked_ds, is_safe_chunk = rechunk(ds, varname, chunkdim, target_mb, self.verbose)
is_safe_chunk = True
chunked_ds = ds
if target_mb != 0 :
chunked_ds, is_safe_chunk = rechunk(ds, varname, chunkdim, target_mb, self.verbose)
#
retries = 0
success = -1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment