Skip to content

Commit

Permalink
Update rollvectors_weighted.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff committed Sep 7, 2023
1 parent 5e475ed commit a838aee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/rollvectors_weighted.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
clean(x) = x
clean(x::Missing) = Missing

F = sum; W = 3; weights = [0.2, 0.3, 0.5]
D = [1, 2, 3, 4, 5];
expected = [2.3, 3.3, 4.3];
Expand Down

0 comments on commit a838aee

Please sign in to comment.