Closed gordonwatts closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.05%. Comparing base (
7a7f9e4
) to head (bd496c8
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes loops that occur after a
.First()
predicate. The below code now works.We also normalized how we fetch the
scope
when accessing and filling the ntuple. This could introduce a bug, as it isn't clear how this should work in all contexts yet. Need a test to fail!Fixes #225