I am getting the following error when attempting to replicate results in the example folder:
File "/ibex/scratch/bogesdj/miniconda/envs/cluster_env/lib/python3.10/site-packages/cluster_tools/write/write.py", line 88, in run_impl
assert all(bs % ch == 0 for bs, ch in zip(block_shape, chunks)), "%s, %s" % (str(block_shape),
AssertionError: [30, 256, 256], (16, 128, 128)
I am using the same dataset sampleA.n5 referenced in your repo.
please advise.