Skip to content

Commit

Permalink
Merge pull request #337 from SNEWS2/JostMigenda/fix_metadata_from_fil…
Browse files Browse the repository at this point in the history
…ename

Fix `_metadata_from_filename` and add test
  • Loading branch information
Sheshuk committed May 16, 2024
2 parents 0dffd9c + 1457f43 commit e2f6cf4
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 73 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ jobs:
jupyter execute ccsn/*.ipynb
jupyter execute presn/*.ipynb
jupyter execute AnalyticFluence.ipynb FlavorTransformation.ipynb
# Download necessary progenitor file, before executing the notebook
python -c 'from snewpy.models.ccsn import Zha_2021; from astropy import units as u; _ = Zha_2021(progenitor_mass=17*u.solMass)'
jupyter execute SNOwGLoBES_usage.ipynb
Loading

0 comments on commit e2f6cf4

Please sign in to comment.