Run Areas error #75
Replies: 2 comments 6 replies
-
Hi Kyle, did you solve this problem? I also encountered the same error |
Beta Was this translation helpful? Give feedback.
2 replies
-
I’m glad. When I have time, I need to go back and make the error messages (and documentation in general) better for the Voronoi stuff.
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
agrossfield
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey All,
When trying the run_areas.py code in the voronoi code I kept getting a error message . I was wondering if I was doing something wrong.
My command
run_areas.py final.psf final.dcd 1000 0 10 30 'name == "P"' 'resname == "POPC"'
the message that I get is:
Traceback (most recent call last):
File "/group/jbmertz/software/loos/loos/Packages/Voronoi/run_areas.py", line 115, in
v.generate_voronoi()
File "/gpfs20/group/jbmertz/software/loos/loos/Packages/Voronoi/Voronoi.py", line 146, in generate_voronoi
self.voronoi = Voronoi(points)
File "qhull.pyx", line 2601, in scipy.spatial.qhull.Voronoi.init
IndexError: tuple index out of range
Thanks for your time,
Kyle
Beta Was this translation helpful? Give feedback.
All reactions