-
Notifications
You must be signed in to change notification settings - Fork 99
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
Travis skips shock-bubble test. #417
Comments
Yup. Also note that right now we only have |
Note that now Travis also skips the 3D Sedov test (see #444). To make it run, we need to install scipy and h5py. |
We should switch to conda for installing dependencies in tests (for now) On Thu, Jul 24, 2014 at 4:30 PM, David Ketcheson notifications@github.com
|
@ahmadia Will using conda enable us to install the whole stack within the Travis time limit? |
@ahmadia any progress on those binary installs? |
@ketch - Sorry for the delayed response. Yes, switching to conda will be faster, for now. |
Testing on Linux now. |
I took some time with this, but I couldn't finish it. I'll make some time by next week to look at this. |
Closed via #499. |
Currently, the shock-bubble interaction test is skipped if scipy is not available. We should have Travis install scipy so that it can run this test (which covers a lot of code that's not covered in other tests).
The text was updated successfully, but these errors were encountered: