You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I am running script multicut.py under examples. As for the version of cluster tools, I assume is the latest. Installed via "conda install -c conda-forge cluster_tools"
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.
The text was updated successfully, but these errors were encountered: