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
Use custom_isless() to compare all timescales from the user
Some timescale types don't have `isless()` defined between them so
`next_datetime_transition()` defined a `custom_isless()` helper to sort
them. But it wasn't used when checking for a minimum timescale, causing an
exception if the user-requested minimum timescale was a year or month.
0 commit comments