Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertionError: [30, 256, 256], (16, 128, 128 #39

Open
daniJb opened this issue May 4, 2023 · 2 comments
Open

AssertionError: [30, 256, 256], (16, 128, 128 #39

daniJb opened this issue May 4, 2023 · 2 comments

Comments

@daniJb
Copy link

daniJb commented May 4, 2023

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.

@constantinpape
Copy link
Owner

Can you please let me know which script exactly you're running and which version of cluster_tools you're using?

@daniJb
Copy link
Author

daniJb commented May 4, 2023

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants