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
61 stars 19 forks source link

fix: Scalar typetracer after reduction #529

Open martindurant opened 4 months ago

martindurant commented 4 months ago

Fixes #528

This appears to fix the linked issue, but I'm not really sure why a typetracer object is being passed around rather than a high-level Array.

codecov-commenter commented 4 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 88.88889% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.91%. Comparing base (8cb8994) to head (1f4e79d). Report is 116 commits behind head on main.

Files Patch % Lines
src/dask_awkward/lib/core.py 88.88% 1 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #529 +/- ## ========================================== - Coverage 93.06% 92.91% -0.16% ========================================== Files 23 23 Lines 3290 3389 +99 ========================================== + Hits 3062 3149 +87 - Misses 228 240 +12 ```

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