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
Describe the bug
When specifying a bin_size argument in ts.bin(), one gets the message: UserWarning: The step, time axis, or bin edges have been set, the series may not be evenly_spaced
Expected behavior
The warning should appear only if no_nans = Trueandis_evenly_spaced = False. Also, the behavior of gkernel should be identical (verify that interp doesn't need such treament)
The text was updated successfully, but these errors were encountered:
Describe the bug
When specifying a bin_size argument in
ts.bin()
, one gets the message:UserWarning: The step, time axis, or bin edges have been set, the series may not be evenly_spaced
To Reproduce
Expected behavior
The warning should appear only if
no_nans = True
andis_evenly_spaced = False
. Also, the behavior ofgkernel
should be identical (verify thatinterp
doesn't need such treament)The text was updated successfully, but these errors were encountered: