Skip to content

Commit

Permalink
Update runvectors_weighted.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
dongqiu93 committed Jun 20, 2024
1 parent 5b013c0 commit 30b7ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run/runvectors_weighted.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function basic_running(window_fn::Function,
nvalues = nrolled(n, window_span)
ntapers = n - nvalues

rettype = rts(window_fn, (Vector{T},))
rettype = rts(window_fn, (Vector{T},Vector{T}))
results = Vector{rettype}(undef, n)

@inbounds for idx in 1:ntapers
Expand Down

0 comments on commit 30b7ee0

Please sign in to comment.