Closed nidlu closed 5 years ago
Hi Carl, this was an issue with v0.12 when numpy restricted indexing for arrays. This has since been fixed, if you use current latest version 0.13.1 you shouldn't have these issues. Let us know if this fixes the problems you are having, or if there is something else preventing soapy from running.
Hi Matthew, it seems to work with 0.13.1, thank you :) the setup.py script doesnt seem to set the correct paths on windows, but i just use an os.chdir in my code so it's no trouble.
OK, glad that worked.
It has been a while since I had a proper look on windows, I will add the path issue to the to-do list!
Dear Andrew, thanks for what seems like very interesting software. Sadly I'm having some trouble getting it to play ball. I'm running on a fresh Anaconda install, with the 2 extra packages installed, and soapy "installed" per the documentation. I'm using the newest tagged edition (soapy-0.12.0)
When I run the following code:
import os os.chdir("/users/cjgn4/desktop/soapy-0.12.0") import soapy sim = soapy.Sim("conf/sh_8x8_lgs.yaml") sim.aoinit()
I get the following errors:
The same sort of error crops up when running the test as described in documentation. Any idea what may be happening here? Kind regards, Carl Johan