JeffreySarnoff / RollingFunctions.jl

Roll a window over data; apply a function over the window.
MIT License
114 stars 6 forks source link

Issue when return type for two sets of data #52

Open dongqiu93 opened 2 weeks ago

dongqiu93 commented 2 weeks ago

https://github.com/JeffreySarnoff/RollingFunctions.jl/blob/926bdb4f4a95f894abf626427a684180a0d0e982/src/run/runvectors.jl#L41

Here should be

rettype  = rts(window_fn, (Vector{T},Vector{T}))

I saw that this has been fixed within v1, but can we make a quick push for the main branch?