We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flux.Container.__getitem__
The flux container currently supports indexing:
flux['NU_E']
returns a new container, with only specified flavor.
But if you try to access several flavors in a list:
flux[['NU_E','NU_E_BAR']]
it fails.
This is annoying behaviour, as it prevents the user from summing over all neutrinos or antineutrinos etc.
The text was updated successfully, but these errors were encountered:
Sheshuk
No branches or pull requests
The flux container currently supports indexing:
returns a new container, with only specified flavor.
But if you try to access several flavors in a list:
it fails.
This is annoying behaviour, as it prevents the user from summing over all neutrinos or antineutrinos etc.
The text was updated successfully, but these errors were encountered: