You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Series: Test is not testing for zero length series (#1725)
This test now raises if the series is 0 instead of of the slice slice
size being larger than the series.
This allows one to raise on normalization of user input, the series
given, rather than incidentally having the slice size of 1 be larger
than the series size from a zero length string.
The example solution is updated to raise specifically for a zero length
series, rather than the incidental raising when slices are asked for.
Note: This should not invalidate current solutions, while allowing
solutions that raise in `initialize` for the reason that the series is 0
length will now pass:
No need to test current solutions:
[no important files changed]
0 commit comments