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: dak.copy should copy metadata #413

Merged
merged 2 commits into from
Nov 13, 2023
Merged

fix: dak.copy should copy metadata #413

merged 2 commits into from
Nov 13, 2023

Conversation

agoose77
Copy link
Collaborator

@agoose77 agoose77 commented Nov 13, 2023

My recent change to dak.copy made it an identity. Whilst that's useful at the buffer level (dask-awkward has only pure functions at the user level) we still want to copy the metadata. This will become more important with Array.attrs.

@codecov-commenter
Copy link

Codecov Report

Merging #413 (08c48c6) into main (f447df4) will decrease coverage by 0.01%.
Report is 2 commits behind head on main.
The diff coverage is 97.77%.

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

@@            Coverage Diff             @@
##             main     #413      +/-   ##
==========================================
- Coverage   93.94%   93.94%   -0.01%     
==========================================
  Files          23       23              
  Lines        3107     3123      +16     
==========================================
+ Hits         2919     2934      +15     
- Misses        188      189       +1     
Files Coverage Δ
src/dask_awkward/layers/layers.py 93.18% <100.00%> (+0.10%) ⬆️
src/dask_awkward/lib/io/columnar.py 98.38% <ø> (ø)
src/dask_awkward/lib/io/io.py 96.66% <100.00%> (+0.02%) ⬆️
src/dask_awkward/lib/structure.py 93.61% <97.50%> (-0.06%) ⬇️

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

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.

LGTM!

@agoose77 agoose77 merged commit e17a4c9 into main Nov 13, 2023
23 of 24 checks passed
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.

3 participants