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

C++ refactoring: num() #1137

Merged
merged 4 commits into from
Nov 11, 2021
Merged

C++ refactoring: num() #1137

merged 4 commits into from
Nov 11, 2021

Conversation

ioanaif
Copy link
Collaborator

@ioanaif ioanaif commented Nov 9, 2021

No description provided.

@ioanaif ioanaif marked this pull request as draft November 9, 2021 10:09
@ioanaif ioanaif changed the title C++ Refactoring: num() C++ refactoring: num() Nov 9, 2021
@codecov
Copy link

codecov bot commented Nov 9, 2021

Codecov Report

Merging #1137 (f24eee1) into main (0b0fb3f) will increase coverage by 2.58%.
The diff coverage is 67.04%.

Impacted Files Coverage Δ
src/awkward/_v2/behaviors/string.py 100.00% <ø> (ø)
src/awkward/_v2/forms/bitmaskedform.py 75.64% <ø> (+7.69%) ⬆️
src/awkward/_v2/forms/bytemaskedform.py 76.05% <ø> (+7.04%) ⬆️
src/awkward/_v2/forms/indexedform.py 77.33% <ø> (+14.17%) ⬆️
src/awkward/_v2/forms/unmaskedform.py 74.57% <ø> (+5.08%) ⬆️
src/awkward/_v2/highlevel.py 51.70% <0.00%> (+16.59%) ⬆️
.../awkward/_v2/operations/convert/ak_from_buffers.py 85.85% <ø> (ø)
src/awkward/_v2/operations/convert/ak_from_cupy.py 80.00% <0.00%> (ø)
src/awkward/_v2/operations/convert/ak_from_iter.py 78.57% <ø> (ø)
src/awkward/_v2/operations/convert/ak_from_jax.py 80.00% <0.00%> (ø)
... and 147 more

@ioanaif ioanaif marked this pull request as ready for review November 9, 2021 21:39
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.

Except for AxisErrors (discussed in meeting):

#1135 (comment)

raise np.AxisError("axis={0} exceeds the depth of this array ({1})".format(axis, depth)) 

@ioanaif ioanaif merged commit c75e1bc into main Nov 11, 2021
@ioanaif ioanaif deleted the ioanaif/num branch November 11, 2021 16:46
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.

2 participants