Skip to content
New issue

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

[FEATURE] Option to return values/variance with forcefully padded flow bins #566

Open
andrzejnovak opened this issue Apr 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@andrzejnovak
Copy link
Member

For further work (eg plotting) it would be useful to have the option to return shapes as if all flow bins existed, padded with 0s. This could be sth like values(allflow=True) or values(forceflow=True). This would allow the same flow access as uproot TH1s making the interface a bit more uniform. Currently one has to run a series of checks on the dimensionality of values(flow=True) or hasattrs and checks on underflow/overflow traits in each axis.

@andrzejnovak andrzejnovak added the enhancement New feature or request label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant