Jpkneller version 2.0#308
Conversation
Update flavor_transformation.py
Sheshuk
left a comment
There was a problem hiding this comment.
I marked changed files by the categories, so we can make separate PRs:
- Flavor -> TwoFlavor, ThreeFlavor, FourFlavor
- FlavorTransformations: matrix
- SNOSHEWS
- EMEWS
- Update SNOwGLoBES interface
- Remove deprecated files
- Update usage examples
These changes can be merged incrementally, i.e. we can start with Flavors, and move to next points after the first one is merged.
@jpkneller would that plan make sense? Are these all changes, or did I miss anything?
There was a problem hiding this comment.
- Flavor-> TwoFlavor, ThreeFlavor, ForFlavor
- Mixing matrix
I think you got everything. I agree with the order, the first two steps will generate the most issues. |
Allows comparison of 'flavor' across schemes i.e. TwoFlavor.NU_X == ThreeFlavor.NU_MU returns True.
added __hash__ and replaced to_tex methods
fixed import problem
Fixed - sign typo
Fix U re-ordering problem
This is a draft PR with all the changes in one branch.
It will be easier to separate it into smaller PRs with orthogonal changes - and see how it plays along with other updates.
This PR is meant for bookkeeping and discussion - so it stays a draft, to overview all changes, until we make all features into separate PRs and merge them.