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

ak.to_numpy with RegularArray of size zero and non-zero length. #1180

Merged
merged 1 commit into from Dec 7, 2021

Conversation

jpivarski
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Dec 7, 2021

Codecov Report

Merging #1180 (c931f2c) into main (9955401) will decrease coverage by 0.03%.
The diff coverage is 33.33%.

Impacted Files Coverage Δ
src/awkward/_v2/_connect/pyarrow.py 83.33% <0.00%> (-0.48%) ⬇️
src/awkward/_v2/forms/recordform.py 66.46% <0.00%> (ø)
src/awkward/_v2/operations/convert/ak_to_numpy.py 100.00% <ø> (ø)
src/awkward/_v2/contents/recordarray.py 76.80% <50.00%> (-0.46%) ⬇️

@jpivarski jpivarski merged commit 37f9c6f into main Dec 7, 2021
@jpivarski jpivarski deleted the jpivarski/to_numpy-with-RegularArray-of-size-zero branch December 7, 2021 23:22
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.to_numpy(ak.Array([[], [], []])) should return an array of shape (3, 0), not (0, 0)
1 participant