Closed celinede closed 7 years ago
Hi Celine,
Unfortunately there is no more documentation, but if let me know what you are trying to do I am happy to help or explain things that are unclear.
As to your current issue, your error with tree.root.position appears to be caused by the pyoctree module not being able to locate numpy (which is the "name 'np' is not defined"). Your error with tree.getOctreeRep() may be related, as np is also used in this function.
Can you tell me:
There are a number of people that use pyoctree without issues, so hopefully we can sort it out.
Cheers, Michael
Thanks for your quick answer!
ok I had a problem with my vtk install ! After installing it properly with 'conda install -c anaconda vtk=6.3.0' I don't have errors anymore.
Thanks again Céline
Hi, I don't manage to get the position parameter. Here is what I get for 'tree.root.position' (even for your example):
NameError Traceback (most recent call last)