Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logsumexp was finally removed from scipy.misc and moved to scipy.special #1161

Closed
dprada opened this issue May 20, 2019 · 2 comments
Closed

Comments

@dprada
Copy link
Contributor

dprada commented May 20, 2019

Hi!

The following line does not longer work:

from scipy.misc import logsumexp

It has to be replaced by:

from scipy.special import logsumexp

This was already reported in scipy/scipy#9546.

@dprada
Copy link
Contributor Author

dprada commented May 20, 2019

I just saw that this was almost fixed already. The only file with the wrong instruction is multistateanalyzer.py. A PR was submitted with the small modification.

@andrrizzi
Copy link
Contributor

This was fixed in YANK in #1162. A PR for openmmtools has also been opened (choderalab/openmmtools#423).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants