SNEWS2 / snewpy

A Python package for working with supernova neutrinos
https://snewpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
26 stars 19 forks source link

Update Jupyter notebooks #282

Closed JostMigenda closed 12 months ago

JostMigenda commented 12 months ago

This fixes #277, #278 and #280.

The first two commits are just updating example notebooks to account for additional models we’ve added in v1.4. The third one changes the name of an optional parameter to MixingParameters from mass_order back to mh (which it was in v1.3 and earlier). I’d like to release a v1.4.1 ASAP, to avoid anyone else running into issues with this.

JostMigenda commented 12 months ago

@EmmaTintinger Thanks for reporting these three issues! I’ve made a branch with fixes; please feel free to check out this branch and verify that they are resolved.

@Sheshuk I’m fairly certain renaming the parameter back to mh shouldn’t have any side effects; but can you review this please?