pik-copan / pyunicorn

Unified Complex Network and Recurrence Analysis Toolbox
http://pik-potsdam.de/~donges/pyunicorn/
Other
195 stars 87 forks source link

Weave vs. scipy.weave #54

Closed ntfrgl closed 9 years ago

ntfrgl commented 9 years ago

Is there a reason why we changed from scipy.weave to weave? Weave itself is not installed on the PIK cluster. What about:

try: import weave except: from scipy import weave

?


Originally reported by: Marc Wiedermann Originally created on: 2014-10-25

ntfrgl commented 9 years ago

Reason is that scipy.weave is depracated and will be removed from the scipy codebase within the next few releases.

I think we should go for the simplest way and ask Norbert to install weave as a standalone package on iplex.


Original comment by: Jonathan Donges Original comment on: 2014-10-25