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
As I understand from the code above, it looks like Extrema() only works for Date time types. Is there a reason for not extending to a generic TimeType?
For instance replacing the code to something like:
OnlineStatsBase.jl/src/stats.jl
Line 196 in 1737743
As I understand from the code above, it looks like
Extrema()
only works forDate
time types. Is there a reason for not extending to a genericTimeType
?For instance replacing the code to something like:
The text was updated successfully, but these errors were encountered: