dask-contrib / dask-awkward

Native Dask collection for awkward arrays, and the library to use it.
https://dask-awkward.readthedocs.io
BSD 3-Clause "New" or "Revised" License
60 stars 19 forks source link

feat: add `dask_awkward.without_field` #508

Closed ikrommyd closed 4 months ago

ikrommyd commented 4 months ago

Title explains everything

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.03%. Comparing base (8cb8994) to head (3a38bf6). Report is 85 commits behind head on main.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #508 +/- ## ========================================== - Coverage 93.06% 93.03% -0.04% ========================================== Files 23 23 Lines 3290 3343 +53 ========================================== + Hits 3062 3110 +48 - Misses 228 233 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

martindurant commented 4 months ago
FAILED tests/test_behavior.py::test_distance_behavior - AssertionError

looks like some floating point inaccuracy

martindurant commented 4 months ago

(passed on rerun)

ikrommyd commented 4 months ago

https://github.com/dask-contrib/dask-awkward/issues/506 Thought that this was just the problem.

martindurant commented 4 months ago

https://github.com/dask-contrib/dask-awkward/issues/506 Thought that this was just the problem.

Right, to be fixed somehow...