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

fix: temporary patch on broken sum with empty axis #718

Merged
merged 1 commit into from
Mar 17, 2022

Conversation

henryiii
Copy link
Member

@henryiii henryiii commented Mar 10, 2022

Fix for scikit-hep/hist#387 that will hopefully be properly fixed upstream soon - see boostorg/histogram#353. You can access the
accumulator type from the storage type which makes testing easier, too.

Improves typing around accumulators - they allow being called "empty" in C++, but that was not reflected in the static typing.

@github-actions github-actions bot added the needs changelog Might need a changelog entry label Mar 10, 2022
@henryiii
Copy link
Member Author

henryiii commented Mar 10, 2022

Same bug in jupyter/nbconvert#1725 showing up as in Hist.

@henryiii henryiii closed this Mar 17, 2022
@henryiii henryiii reopened this Mar 17, 2022
@henryiii henryiii enabled auto-merge (squash) March 17, 2022 16:18
@henryiii henryiii merged commit 1be33ba into develop Mar 17, 2022
@henryiii henryiii deleted the henryiii/fix/sum branch March 17, 2022 16:25
@henryiii henryiii removed the needs changelog Might need a changelog entry label Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant