psipeter opened this issue 6 years ago · 3 comments
Looks like the pade function has moved from scipy.misc to scipy.interpolate in Scipy v.1.3.0
pade
scipy.misc
scipy.interpolate
That's what I get for ignoring deprecation warnings. Thanks for the report.
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.
Fixed by #182. Thanks @ikajic!