Warrick Ball

Results 20 issues of Warrick Ball

I recently found myself installing PyMultiNest as a dependency for another package and noticed in the error messages that the URL for the documentation pointed to johannesbuchner.github.com instead of johannesbuchner.github.io....

#### Problem description Possibly more of a feature request than a bug but my searches through Lightkurve don't return any lightcurves from the KEPSEISMIC HLSP, although the corresponding MAST searches...

:heavy_plus_sign: enhancement
:hand: help wanted

Please don't hate me. #### Problem description I'm getting the error `AttributeError: object has no attribute centroid_col` when trying to write a QLP lightcurve to FITS. ```$ python3 mwe.py /home/wball/.local/lib/python3.9/site-packages/lightkurve/lightcurve.py:965:...

:bug: bug

Since time immemorial (before r4366), various MESA inlists have had the option to read other inlists recursively, with options like ```f90 read_extra_star_job_inlist1 = .false. extra_star_job_inlist1_name = 'undefined' read_extra_star_job_inlist2 = .false....

good first issue

In trying to test the `INTRINSIC` math backend (for issue #331), I discovered that the TestHub information in `$MESA_DIR/testhub.yml` is generated by the unit tests for the `math` module. In...

rainy day

If you try to build MESA with `USE_CRMATH = NO` in `utils/makefile_header`, some of the differences in `num`'s test results are surprisingly large. You'll need to skip `auto_diff`'s tests with...

good first issue
rainy day

The timestep controls currently offer the following options, which are all particular cases of the same thing: ```f90 dH_limit_min_H = 1d99 dH_limit = 1d99 dH_hard_limit = 1d99 dH_decreases_only = .true....

good first issue

The various code paths in `star_utils:get_phot_info` currently avoid dealing with a negative luminosity (which causes problems in e.g. `set_phot_info` when trying to evaluate Teff ~ (L/4πR²σ)⁰·²⁵) by limiting the output...

I just decided to try pydeps on [a project of mine](https://github.com/warrickball/tomso) but it fails with the error (full error message at the end): ``` $ git clone https://github.com/warrickball/tomso.git $ cd...

### Describe the issue: I'm collaborating on a code that compiles some fixed-form Fortran subroutines using `f2py`. My collaborators are using Python 3.11 and earlier, whereas I'm failing to build...

00 - Bug