Petia Yanchulova Merica-Jones
Petia Yanchulova Merica-Jones
pkg_resources seems to be used in three places. But it "is deprecated in favor of importlib.resources, importlib.metadata and their backports (importlib_resources, importlib_metadata)": https://setuptools.pypa.io/en/latest/pkg_resources.html
This issue is related to the discussion in #755, [PR#757](https://github.com/BEAST-Fitting/beast/pull/757), #759, and #778. The newest version of the [BEAST library files](https://beast.readthedocs.io/en/latest/install.html) available either via manual download (Oct 2022) or via...
If one wants to plot the completeness for two or fewer parameters, when setting up the subplots [this line](https://github.com/BEAST-Fitting/beast/blob/b41c9c87db1258e8dabb3ad44005ffba871161fc/beast/plotting/plot_completeness.py#L203) causes an error since the returned grid spec may not have...
To build on the handy - [compare_spec_type.py](https://github.com/BEAST-Fitting/beast/blob/master/beast/tools/compare_spec_type.py) - it would be good to allow for greater flexibility in the input spectral types to which BEAST fits are compared. Spectral classification...
[CHANGES.rst](https://github.com/petiay/beast/blob/master/CHANGES.rst) can be updated with the BEAST v2.0 release info.
The G24_SMCAvg extinction curve model may benefit from a smoother interpolation between data points. This becomes apparent when comparing it with, say, the G23 (Rv=3.1) model where I would expect...