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

Type Error in FlavorTransformation Notebook #280

Closed EmmaTintinger closed 12 months ago

EmmaTintinger commented 12 months ago

Error: TypeError: MixingParameters() got an unexpected keyword argument 'mh'

Location: -FlavorTransformation cell [6]

Error trace: TypeError Traceback (most recent call last) Input In [6], in <cell line: 5>() 2 angles_nmo = mp_nmo.get_mixing_angles() + (10u.deg,) 3 xf_nmo = AdiabaticMSWes(angles_nmo) ----> 5 mp_imo = MixingParameters(mh=MassHierarchy.INVERTED) 6 angles_imo = mp_imo.get_mixing_angles() + (10u.deg,) 7 xf_imo = AdiabaticMSWes(angles_imo)

TypeError: MixingParameters() got an unexpected keyword argument 'mh'