Adrian Price-Whelan

Results 101 issues of Adrian Price-Whelan

The way Sphinx search works is by generating a pure-javascript index file (`searchindex.js`) that is then called by various javascript code (in `searchtools.js`). Right now, the AJAX call to query...

PR #179 split up the original coordinates tutorial, so we should remove the original, long tutorial and make sure that all of the content has made it in to other...

effort-low
content-modify

This implements a subclass of [mpi4py.futures.MPIPoolExecutor](https://mpi4py.readthedocs.io/en/stable/mpi4py.futures.html) that supports specifying a callback function, and has a consistent API with the other pool classes in schwimmbad. @edwardreed81 this might solve #18

Via astrocrash on twitter: > there appears to be a bug in schwimmbad 0.3.1+ that makes it incompatible with mpi4py 3.0+. Are you aware? > > File "/site-packages/schwimmbad/mpi.py", line 122,...

Is there a huge speed difference? See: https://github.com/gnarayan/WDmodel/commit/a65c676e0b2d055939d54ebc5d1744c0e1f25780

bug

Right now, the MPI tests are run separately from the standard tests. After many attempts, I couldn't get the MPI tests to be included in the coverage report, so `mpi.py`...

bug

Bug report from @abonaca: Not able to use the CylSpline potential with MockStream functionality because: ``` ValueError: Input potential must be C-enabled: one or more components in the input external...

bug

Right now it is very slow because it must construct a spline object with the input grids each time the energy/gradient/density functions are called. It might be possible to store...

enhancement
feature-request