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

refactor: add new module and name arguments to high_level_function decorator #2620

Merged
merged 2 commits into from
Aug 8, 2023

Conversation

agoose77
Copy link
Collaborator

@agoose77 agoose77 commented Aug 8, 2023

This paves the way for #2616 to override the module for ak.str operations

@agoose77
Copy link
Collaborator Author

agoose77 commented Aug 8, 2023

@jpivarski already approved the rationale here, and it's so small that I'm happy just to merge and unblock.

@agoose77 agoose77 enabled auto-merge (squash) August 8, 2023 10:13
@codecov
Copy link

codecov bot commented Aug 8, 2023

Codecov Report

Merging #2620 (19d578e) into main (47bfdaa) will increase coverage by 0.00%.
The diff coverage is 99.18%.

Additional details and impacted files
Files Changed Coverage Δ
src/awkward/_dispatch.py 85.00% <90.00%> (+0.62%) ⬆️
src/awkward/operations/ak_all.py 96.00% <100.00%> (ø)
src/awkward/operations/ak_almost_equal.py 92.68% <100.00%> (ø)
src/awkward/operations/ak_any.py 96.00% <100.00%> (ø)
src/awkward/operations/ak_argcartesian.py 88.57% <100.00%> (ø)
src/awkward/operations/ak_argcombinations.py 86.95% <100.00%> (ø)
src/awkward/operations/ak_argmax.py 87.50% <100.00%> (ø)
src/awkward/operations/ak_argmin.py 87.50% <100.00%> (ø)
src/awkward/operations/ak_argsort.py 81.48% <100.00%> (ø)
src/awkward/operations/ak_backend.py 100.00% <100.00%> (ø)
... and 93 more

@agoose77 agoose77 temporarily deployed to docs-preview August 8, 2023 10:22 — with GitHub Actions Inactive
@agoose77 agoose77 merged commit 6e69067 into main Aug 8, 2023
33 checks passed
@agoose77 agoose77 deleted the agoose77/refactor-highlevel-module-name branch August 8, 2023 10:25
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.

None yet

1 participant