-
Notifications
You must be signed in to change notification settings - Fork 82
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 is now in scipy.special #423
Conversation
I'm struggling to figure out what is going on here:
@andrrizzi @jaimergp any ideas? |
I don't know what the base problem is per-se, but my first warning sign is that you are pulling down and trying to package a Python 3 package, with Python 2 Miniconda build. I know that multiprocessing and threading in 3 got way better, so I would first start with that to eliminate oddities and reduce fault points. |
Good point. We should just update everything to the new cookiecutter. |
I agree with @Lnaden. Seeing that it is failing both in Travis and Appveyor, updating Miniconda to use Python3 would be my first guess. I would also clear the caches if there are any. |
Thanks for the suggestions! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you! I can push out a bugfix release once this and #424 get merged.
Superseded by #424 |
logsumexp
has been moved formscipy.misc
toscipy.special
.cc: choderalab/yank#1162