pyclaw icon indicating copy to clipboard operation
pyclaw copied to clipboard

Can't run tests that require scipy in parallel

Open ketch opened this issue 9 years ago • 3 comments

We currently can't install both petsc4py and scipy on Travis; see #499. Because of this, when testing in parallel we skip any test that require scipy.

ketch avatar Jan 28 '16 08:01 ketch

It looks like that was merged, do you mean it is causing this problem?

mandli avatar Jan 28 '16 17:01 mandli

Yes, #499 was merged; it gives us scipy for one build and petsc4py for the other (see Aron Ahmadia's comments in the discussion there). Prior to that we had no scipy on Travis at all. This is just a reminder that this issue remains (scipy and petsc4py are mutually exclusive in our Travis builds) remains.

ketch avatar Jan 29 '16 08:01 ketch

Ah, ok. Hope we can get this to work!

mandli avatar Jan 29 '16 16:01 mandli