JuliaHEP / AwkwardArray.jl

Awkward Array in Julia mirrors the Python library, enabling effortless zero-copy data exchange between Julia and Python
https://juliahep.github.io/AwkwardArray.jl/dev/
MIT License
31 stars 2 forks source link

fix: json form fields and node counting #107

Closed ianna closed 2 months ago

ianna commented 2 months ago

The node counting made the same as in the arrays created from uproot: the node0 is the top RecordArray layout.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 76.93%. Comparing base (96c45c4) to head (9a26c4e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #107 +/- ## ========================================== + Coverage 76.91% 76.93% +0.01% ========================================== Files 5 5 Lines 1798 1799 +1 ========================================== + Hits 1383 1384 +1 Misses 415 415 ```

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