You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case of the Walk models, this issue is due to a subtle version mismatch issue. Release 1.2 of snewpy corrected errors in the walk model files, this code is likely being run against a branch of snewpy that was created from release 1.1, and does not include these changes.
It is possibly to hotfix this locally by modifying snewpy's _version.py, calling _get_model_urls() in a python environment, deleting the existing SN Walk models in the astropy cache, and then re-downloading the models (this is done automatically by ASTERIA when the model is loaded).
In the simulations of the models: Walk_2018, Walk_2019, and Zha_2021, an error appears as below.
The code and error of each model:
Walk_2018
Walk_2019
Zha_2021
In the simulations of the models Warren_2020 and Fornax_2019, an error appears as below.
The code and error of each model:
Warren_2020
Fornax_2019
The text was updated successfully, but these errors were encountered: