-
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
Update everything to match MolSSI cookiecutter #424
Conversation
The one deviation (I know of) is that I'm still using |
I haven't tried, but |
The main problem for the conversions will be the many nose generators using |
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, thanks so much! The tests are currently failing but it looks just a missing dependency so far.
- pyyaml | ||
|
||
# Testing | ||
- nose |
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.
I think we'll have to add also nose-timer
here to get the --with-timer
option working.
@andrrizzi : Interestingly, we're now seeing segfaults in a different place!
|
This PR overhauls the testing infrastructure to match the current MolSSI cookiecutter.
logsumexp
has been moved formscipy.misc
toscipy.special
.cc: choderalab/yank#1162