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: support logical concatenation at axis=0 #425

Merged
merged 7 commits into from
Dec 7, 2023

Conversation

agoose77
Copy link
Collaborator

@agoose77 agoose77 commented Dec 1, 2023

for i, k in enumerate(
k for collection in arrays for k in collection.__dask_keys__()
)
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

I did not know this level of list/dict comprehension existed 🤯

Copy link
Collaborator

@douglasdavis douglasdavis left a comment

Choose a reason for hiding this comment

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

I'm still absorbing the new "enforcement" stuff in upstream awkward, but the way the graphs are getting constructed makes sense to me so I think this is good to go

@codecov-commenter
Copy link

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (4cd0ede) 93.22% compared to head (969427e) 92.96%.

Files Patch % Lines
src/dask_awkward/lib/structure.py 60.00% 2 Missing ⚠️
src/dask_awkward/lib/operations.py 95.45% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #425      +/-   ##
==========================================
- Coverage   93.22%   92.96%   -0.27%     
==========================================
  Files          23       23              
  Lines        3187     3197      +10     
==========================================
+ Hits         2971     2972       +1     
- Misses        216      225       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@douglasdavis douglasdavis merged commit f1b59a3 into main Dec 7, 2023
25 checks passed
douglasdavis pushed a commit to douglasdavis/dask-awkward that referenced this pull request Dec 7, 2023
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.

ak.concatenate(..., axis=0) should not touch any data
3 participants