benjamin-gibson
benjamin-gibson
There was a specific for loop in pick_models_toothpick_style() that took forever looping through each SED to choose which ones to keep as artificial stars. The new code instead loops through...
In beast/beast/physicsmodel/creategrid.py the function _make_dust_fA_valid_points_generator() had hardcoded the value of Rv_B to 2.74. This value is correct for the G03_SMCBar extinction curve but not for any other. This function now...
In the Test Changes section of beast_development.rst, the command to run tests is: tox -e test -- --remote-data --coverage The --coverage option syntax is deprecated, tox now accepts --cov Small...
I ran into an error when trying to use multiple cores with beast.tools.run.create_physicsmodel.create_physicsmodel(beast_settings_info=settings_path, nprocs=10, nsubs=2) AttributeError: Can't get local object 'create_physicsmodel..gen_subgrid' I think what's happening is that the gen_subgrid function...
The latest version of the BEAST is somehow incompatibile with python 3.13. BEAST is fully compatible with python 3.12. Possibly something to do with how the newest version handles running...