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: expose ak.behaviors.mixins names at top level #1835

Merged
merged 1 commit into from
Oct 26, 2022

Conversation

agoose77
Copy link
Collaborator

@agoose77 agoose77 commented Oct 26, 2022

Fixes #1834


📚 The documentation for this PR will be available at https://awkward-array.readthedocs.io/en/agoose77-fix-mixins-top-level-names/ once Read the Docs has finished building 🔨

@codecov
Copy link

codecov bot commented Oct 26, 2022

Codecov Report

Merging #1835 (da4aa8e) into main (cf26ac0) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
Impacted Files Coverage Δ
src/awkward/__init__.py 97.14% <100.00%> (ø)
src/awkward/contents/indexedarray.py 76.77% <0.00%> (-0.19%) ⬇️
src/awkward/contents/recordarray.py 83.94% <0.00%> (-0.19%) ⬇️
src/awkward/_util.py 82.15% <0.00%> (-0.18%) ⬇️
src/awkward/contents/indexedoptionarray.py 88.96% <0.00%> (-0.16%) ⬇️
src/awkward/_connect/avro.py 87.17% <0.00%> (-0.14%) ⬇️
src/awkward/types/_awkward_datashape_parser.py 47.72% <0.00%> (-0.01%) ⬇️
src/awkward/contents/content.py 77.31% <0.00%> (+0.10%) ⬆️

Copy link
Member

@jpivarski jpivarski left a comment

Choose a reason for hiding this comment

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

That does it!

Since this is a simple fix, I assume that you're not planning on adding anything more, and I'll merge this as-is.

@jpivarski jpivarski merged commit 1f06da8 into main Oct 26, 2022
@jpivarski jpivarski deleted the agoose77/fix-mixins-top-level-names branch October 26, 2022 13:42
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.

Awkward v2 mixins not propagated upwards
2 participants