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

test: adjust for boost-histogram 1.3.2's _storage_type deprecation. #719

Merged

Conversation

jpivarski
Copy link
Member

This is needed for all PRs targeting main.

It should be fast-tracked into main so that it can be used in all those PRs.

@jpivarski jpivarski requested review from agoose77 and henryiii and removed request for agoose77 September 19, 2022 22:49
@jpivarski
Copy link
Member Author

Specifically, it's for this:

https://github.com/scikit-hep/boost-histogram/blob/0c8659c202b0e4c5c2a061d26a4de6d526b01676/src/boost_histogram/_internal/hist.py#L617-L625

Okay sure, the Python 3.6 case fails because it's getting an older boost-histogram. I'm going to add a fallback to this and #720.

@henryiii
Copy link
Member

FYI, the reason for the old bh on conda is that 3.6 is dead there, they aren't building new packages for 3.6, and haven't in a while. I would not use conda for 3.6 anymore, it's historical and unsupported at this point. 3.7 might also be following soon(ish).

Copy link
Member

@henryiii henryiii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as #720, this is the ideal way to handle it. I'm glad to see it was test only. :)

@jpivarski jpivarski merged commit 76e551c into main Sep 20, 2022
@jpivarski jpivarski deleted the jpivarski/adjust-for-boost_histogram-1.3.2-storage_type branch September 20, 2022 16:26
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.

2 participants