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: Error when using ak.copy in v2 #1532

Merged
merged 7 commits into from
Jul 8, 2022
Merged

Fix: Error when using ak.copy in v2 #1532

merged 7 commits into from
Jul 8, 2022

Conversation

ioanaif
Copy link
Collaborator

@ioanaif ioanaif commented Jul 6, 2022

This PR aims to fix #1482

@codecov
Copy link

codecov bot commented Jul 6, 2022

Codecov Report

Merging #1532 (7456946) into main (78a6535) will decrease coverage by 0.13%.
The diff coverage is 59.84%.

Impacted Files Coverage Δ
src/awkward/_v2/highlevel.py 70.77% <57.60%> (-2.76%) ⬇️
src/awkward/_v2/_connect/numba/arrayview.py 96.76% <100.00%> (ø)
src/awkward/_v2/contents/content.py 76.61% <100.00%> (ø)
src/awkward/_v2/operations/ak_copy.py 100.00% <100.00%> (ø)
src/awkward/_v2/record.py 76.86% <100.00%> (-0.18%) ⬇️
src/awkward/_v2/types/numpytype.py 88.09% <0.00%> (-1.20%) ⬇️
src/awkward/_v2/contents/indexedoptionarray.py 89.14% <0.00%> (-0.70%) ⬇️
src/awkward/_v2/types/recordtype.py 86.72% <0.00%> (-0.35%) ⬇️

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.

This should do it, thanks!

src/awkward/_v2/record.py Outdated Show resolved Hide resolved
src/awkward/_v2/contents/content.py Outdated Show resolved Hide resolved
src/awkward/_v2/contents/content.py Outdated Show resolved Hide resolved
@jpivarski jpivarski enabled auto-merge (squash) July 7, 2022 13:43
@jpivarski jpivarski merged commit 818b373 into main Jul 8, 2022
@jpivarski jpivarski deleted the ioanaif/fix_1482 branch July 8, 2022 07:16
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.

Error when using ak.copy in v2
2 participants