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

feat: Add to_cudf #3051

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

feat: Add to_cudf #3051

wants to merge 11 commits into from

Conversation

martindurant
Copy link
Contributor

Not too much here yet, just started writing out the template to let others get involved

Martin Durant and others added 2 commits March 13, 2024 14:17
@@ -5,6 +5,8 @@
import copy
from collections.abc import Mapping, MutableMapping, Sequence

import cupy
Copy link
Contributor Author

Choose a reason for hiding this comment

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

to remove, should only be in method

Copy link

codecov bot commented Apr 17, 2024

Codecov Report

Attention: Patch coverage is 34.61538% with 34 lines in your changes are missing coverage. Please review.

Project coverage is 82.07%. Comparing base (b749e49) to head (599e115).
Report is 66 commits behind head on main.

❗ Current head 599e115 differs from pull request most recent head bde674a. Consider uploading reports for the commit bde674a to get more accurate results

Additional details and impacted files
Files Coverage Δ
src/awkward/operations/__init__.py 100.00% <100.00%> (ø)
src/awkward/contents/bitmaskedarray.py 70.45% <50.00%> (+0.02%) ⬆️
src/awkward/contents/content.py 74.77% <50.00%> (-0.05%) ⬇️
src/awkward/contents/listarray.py 89.34% <50.00%> (-0.10%) ⬇️
src/awkward/contents/unmaskedarray.py 73.82% <50.00%> (-0.38%) ⬇️
src/awkward/contents/bytemaskedarray.py 89.13% <33.33%> (-0.53%) ⬇️
src/awkward/operations/ak_to_cudf.py 71.42% <71.42%> (ø)
src/awkward/contents/emptyarray.py 74.87% <25.00%> (-0.75%) ⬇️
src/awkward/contents/indexedarray.py 80.35% <20.00%> (-0.69%) ⬇️
src/awkward/contents/indexedoptionarray.py 87.42% <14.28%> (-0.80%) ⬇️
... and 2 more

... and 7 files with indirect coverage changes

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.

None yet

1 participant