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
determine_epsilon(::Type{T}) where T <:AbstractFloat= eps(T)
122
+
determine_epsilon(::Period) = Second(0)
129
123
130
124
function AveragedSpecifiedTimes(times, window::Vector; kw...)
131
125
length(window) == length(times) || throw(ArgumentError("When providing a vector of windows, its length $(length(window)) must match the number of specified times $(length(times))."))
@@ -152,7 +146,7 @@ function AveragedSpecifiedTimes(times, window::Union{<:Number, <:Period}; kw...)
0 commit comments