Rich Townsend
Rich Townsend
It would be great if constants could be included in summary and detail files.
When an output item appears twice in detail_item_list, the code tries to write it twice -- and the second time HDF5 barfs. To fix, need to uniquify the list (and...
Running gyre_tides with the TAR or the Cowling approximation makes no sense, and will certainly give bogus results. Add some user parameter checks to prevent this from happening.
When the spatial grid is read from file using the `file` and `file_format` parameters of the `&grid` namelist group, no checking is made to ensure that the segment boundaries of...
The documentation indicates the availability of freq_min_frame and freq_max_frame parameters, but there is only a single freq_frame parameter. Either fix the code or fix the docs.
ads2bibdesk currently breaks on articles with no downloadables; e.g., 1991sia..book..401C This simple tweak fixes the issue by checking whether article_esources is None.
How can I document a type-bound procedure with sphinx-fortran? Suppose I had the code module mymod type foo real :: a contains subroutine do_stuff end type foo contains subroutine do_stuff(self)...
The API docs have seen quite a bit of improvement since I began reviewing gollum, but still need some tidying up. For instance, there is a bogus "PHOENIX Spectrum" header...
A number of places in the docs presume that the download directory will be ~/Downloads (see, e.g., the instructions [here](https://gollum-astro.readthedocs.io/en/latest/fetching_models.html). While that may be true on MacOS, it certainly isn't...
When attempting to run test_phoenix.py, I get the following warnings: ``` (gollum_dev) townsend@laphroaig ~/devel/gollum/tests $ py.test -vs test_phoenix.py ============================================================== test session starts =============================================================== platform darwin -- Python 3.12.3, pytest-8.2.0, pluggy-1.5.0...