Closed carstenbauer closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.12%. Comparing base (
8c7b63c
) to head (7edce29
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This should be v3.4.0, right?
(tests are failing on 1.11.0-alpha1, but that's not our fault).
I mean, 2.4.0
Yes
released as 2.4.0. Thanks.
Currently there is in inconsistency between
n
andsize
because the former allowsn>length(input)
but the latter doesn't. This PR changes this.With this PR:
The PR is non-breaking because this error'ed before.
(cc @MasonProtter)