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.
2 parents 68c40ba + c1fa5ad commit f5310ddCopy full SHA for f5310dd
funlib/persistence/arrays/datasets.py
@@ -265,7 +265,7 @@ def _read_attrs(ds, order="C"):
265
# if no voxel offset are found in transform, offset or scale, check in n5 multiscale attribute:
266
if (
267
isinstance(ds.store, (zarr.n5.N5Store, zarr.n5.N5FSStore))
268
- and multiscales != False
+ and multiscales != None
269
):
270
271
voxel_size, offset, units = check_for_attrs_multiscale(
0 commit comments