Skip to content

Commit

Permalink
Correct pointer to CCSN models repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
Segev BenZvi committed Dec 3, 2023
1 parent cb7959f commit 1314c6a
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions python/snewpy/models/model_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,50 +5,51 @@
config:
- &snewpy "https://github.com/SNEWS2/snewpy/raw/v{snewpy_version}/models/{model}/{filename}"
- &ccsnmodels "https://github.com/SNEWS2/snewpy-models-ccsn/raw/main/models/{model}/{filename}"
- &ccsn_repository "https://github.com/SNEWS2/snewpy-models-ccsn/raw/v0.1a/models/{model}/{filename}"

models:

Bollig_2016:
repository: *snewpy
repository: *ccsn_repository

Fornax_2019:
repository: *snewpy
repository: *ccsn_repository

Fornax_2021:
repository: *snewpy
repository: *ccsn_repository

Fornax_2022:
repository: *ccsnmodels

Kuroda_2020:
repository: *snewpy
repository: *ccsn_repository

Nakazato_2013:
repository: *snewpy
repository: *ccsn_repository

OConnor_2013:
repository: *snewpy
repository: *ccsn_repository

OConnor_2015:
repository: *snewpy
repository: *ccsn_repository

Sukhbold_2015:
repository: *snewpy
repository: *ccsn_repository

Tamborra_2014:
repository: *snewpy
repository: *ccsn_repository

Walk_2018:
repository: *snewpy
repository: *ccsn_repository

Walk_2019:
repository: *snewpy
repository: *ccsn_repository

Warren_2020:
repository: *snewpy
repository: *ccsn_repository

Zha_2021:
repository: *snewpy
repository: *ccsn_repository

Mori_2023:
repository: *ccsnmodels
Expand Down

0 comments on commit 1314c6a

Please sign in to comment.