awkward icon indicating copy to clipboard operation
awkward copied to clipboard

fix: ensure `behavior` is taken from wrapped array in `ak.Array`

Open agoose77 opened this issue 2 years ago • 1 comments

Fixes #1709

agoose77 avatar Sep 22 '22 14:09 agoose77

Codecov Report

Merging #1715 (c253158) into main (e692946) will increase coverage by 1.01%. The diff coverage is n/a.

Additional details and impacted files
Impacted Files Coverage Δ
src/awkward/__init__.py 96.87% <ø> (ø)
src/awkward/_broadcasting.py 93.38% <ø> (ø)
src/awkward/_connect/avro.py 87.17% <ø> (ø)
src/awkward/_connect/cling.py 24.90% <ø> (ø)
src/awkward/_connect/cuda/__init__.py 0.00% <ø> (ø)
src/awkward/_connect/jax/__init__.py 90.47% <ø> (ø)
src/awkward/_connect/jax/_reducers.py 76.92% <ø> (ø)
src/awkward/_connect/numba/arrayview.py 97.77% <ø> (ø)
src/awkward/_connect/numba/builder.py 81.60% <ø> (ø)
src/awkward/_connect/numba/layout.py 84.87% <ø> (ø)
... and 311 more

codecov[bot] avatar Sep 22 '22 14:09 codecov[bot]

I don't understand what went wrong in that one test (no: command not found?), but maybe it's intermittent. I've set this to auto-merge.

jpivarski avatar Sep 24 '22 18:09 jpivarski

And then un-set it when that didn't work. But I see now that it's #1722 that will fix this and the others.

jpivarski avatar Sep 24 '22 20:09 jpivarski