Skip to content

imports in FlavorTransformation notebook seem to be broken in version 1.6 #412

@jakob2508

Description

@jakob2508

I am using snewpy version 1.6 installed via pip. I tried running the FlavorTransformation.ipynb notebook in snewpy/doc/source/nb but the imports

from snewpy.neutrino import MassHierarchy, MixingParameters, ThreeFlavorMixingParameters, FourFlavorMixingParameters and

from snewpy.flavor import ThreeFlavor, FourFlavor

fail. The former can be fixed by replacing the line with

from snewpy.neutrino import MassHierarchy, MixingParameters, MixingParameters3Flavor, MixingParameters4Flavor.

The latter import fails as the flavor.py file is not recognised in the import.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions