James Tocknell
James Tocknell
I've split off the specutils proposal into #399, but I can't change this one (I lack the permissions on github to do that).
@bsipocz @ceb8 @keflavich What's your opinion on where the cone of darkness algorithm should be placed within the astropy ecosystem? Currently our plan is to add the algorithm to astroquery...
We (Data Central) use the standard obscore names and utypes for SSA responses, are there any other values that make sense other than those?
@drew-parsons This is with pytest in unstable (for autopackagetest)? I'm not sure, it *should* work, and the invocation looks fine. I'll look into this though. There were no changes in...
Wait, sorry, `--with-mpi` shouldn't be given to the pytest which sets up the environment (which uses pytester to call pytest again with and without `--with-mpi`). The tree of processes looks...
The main purpose of pytest-mpi has been to assist with using MPI with h5py's tests (ensuring that tests that require MPI only run under MPI, those that do not work...
@nwu63 Cool, didn't know about `testflo`. I don't have much time for major development on `pytest-mpi`, but if you want to add support for calling tests under MPI, I'm happy...
bors r+
No, there's no configuration to control pytest's output. I suspect the smarter thing to do would be look at what options your MPI system has to control stdout/stderr, as trying...