hsosik / ifcb-analysis

custom resolver
Other
30 stars 18 forks source link

test Python impl under Windows #12

Closed joefutrelle closed 8 years ago

joefutrelle commented 8 years ago

the Python v3 impl should work in Windows. Test. See if all required packages are in Anaconda's package repository and make a list of any additional packages that need to be installed (e.g., phasepack)

joefutrelle commented 8 years ago

wrt phasepack it can be installed with pip and is accessible from Anaconda, but pyfftw should also be installed to provide higher performance.

joefutrelle commented 8 years ago

with one small change, everything runs and features are produced; have not checked the values of the features carefully.

the only additional package that seems to be required is phasepack (+ pyfftw for performance)