arvoelke / nengolib

Nengo library of additional extensions
Other
29 stars 6 forks source link

ImportError with Scipy v1.3.0 #180

Closed psipeter closed 5 years ago

psipeter commented 5 years ago

Looks like the pade function has moved from scipy.misc to scipy.interpolate in Scipy v.1.3.0

arvoelke commented 5 years ago

That's what I get for ignoring deprecation warnings. Thanks for the report.

ikajic commented 5 years ago

I made a PR in the wrong repository (:-1:) more than a week ago to resolve this.. now it's in the right place (#182), though by now you probably have dealt with it yourself. Sorry about this.

arvoelke commented 5 years ago

Fixed by #182. Thanks @ikajic!