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

Travis skips shock-bubble test. #417

Closed
ketch opened this issue Jun 3, 2014 · 9 comments
Closed

Travis skips shock-bubble test. #417

ketch opened this issue Jun 3, 2014 · 9 comments
Labels

Comments

@ketch
Copy link
Member

ketch commented Jun 3, 2014

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).

@ahmadia
Copy link
Member

ahmadia commented Jun 3, 2014

Yup. Also note that right now we only have petclaw and pyclaw builds. The pyclaw build is managed by Travis, so you'd need to do something like add sudo apt-get scipy to have it work, but this approach may not scale to other projects you need to integrate with. The long-term solution is to have the pyclaw build also use hashdist, but that will require that we get our hashdist builds a bit faster.

@ketch
Copy link
Member Author

ketch commented Jul 24, 2014

Note that now Travis also skips the 3D Sedov test (see #444). To make it run, we need to install scipy and h5py.

@ahmadia
Copy link
Member

ahmadia commented Jul 24, 2014

We should switch to conda for installing dependencies in tests (for now)
until I can get the binary installs in hashdist hooked up later this summer.

On Thu, Jul 24, 2014 at 4:30 PM, David Ketcheson notifications@github.com
wrote:

Note that now Travis also skips the 3D Sedov test. To make it run, we need
to install scipy and h5py.


Reply to this email directly or view it on GitHub
#417 (comment).

@ketch
Copy link
Member Author

ketch commented Jul 24, 2014

@ahmadia Will using conda enable us to install the whole stack within the Travis time limit?

@ketch
Copy link
Member Author

ketch commented Aug 27, 2014

@ahmadia any progress on those binary installs?

@ahmadia
Copy link
Member

ahmadia commented Sep 3, 2014

@ketch - Sorry for the delayed response. Yes, switching to conda will be faster, for now.

@ahmadia
Copy link
Member

ahmadia commented Sep 15, 2014

Testing on Linux now.

@ahmadia
Copy link
Member

ahmadia commented Sep 15, 2014

I took some time with this, but I couldn't finish it. I'll make some time by next week to look at this.

@ketch
Copy link
Member Author

ketch commented Jan 19, 2015

Closed via #499.

@ketch ketch closed this as completed Jan 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants