Closed ariostas closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 73.18%. Comparing base (
9ed1610
) to head (a266ce4
). Report is 15 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I added two more files to test RNTuple on
uproot
.One of them contains
std::atomic
andstd::bitset
fields, which will be supported after https://github.com/scikit-hep/uproot5/pull/1223.The other file contains uncommon cases that the RNTuple spec supports, but we're still not sure if we will support them on
uproot
. This file includes a field consisting of an empty struct and another field consisting of anstd::variant
that is not always in a valid state.