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

IndexError: too many indices for array #1

Open
Howyoudoonething opened this issue Aug 26, 2019 · 1 comment
Open

IndexError: too many indices for array #1

Howyoudoonething opened this issue Aug 26, 2019 · 1 comment

Comments

@Howyoudoonething
Copy link

Hello,

I ran into this error when running "python run.py -s 176 micrographs/"

Traceback (most recent call last):
File "run.py", line 49, in
apple.pick_particles()
File "/APPLE/APPLEpicker-python/apple/apple.py", line 177, in pick_particles
pool.map(partial_func, filenames)
File "/home/my/anaconda3/envs/applepicker/lib/python3.6/multiprocessing/pool.py", line 266, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
File "/home/my/anaconda3/envs/applepicker/lib/python3.6/multiprocessing/pool.py", line 644, in get
raise self._value
IndexError: too many indices for array

Can you help look into this error?

Thanks,
Chen

@ayeltg
Copy link
Collaborator

ayeltg commented Aug 28, 2019

Hi Chen,

Certainly, happy to help.

First, we currently have two repositories for our python code. The latest version is available as part of the aspire repository: https://github.com/ComputationalCryoEM/ASPIRE-Python
Is this the one that you are running?

Also, is the micrograph you are using publicly available?

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