Skip to content

Commit 9dd89ec

Browse files
committed
codecov
1 parent 16e2d13 commit 9dd89ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inst/tests/froll.Rraw

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,6 +1229,8 @@ test(6000.9603, frollprod(c(2,2,0,-2,-2), 2), c(NA,4,0,0,4))
12291229
test(6000.9604, frollprod(c(2,2,0,Inf,2), 2), c(NA,4,0,NaN,Inf))
12301230
test(6000.9605, frollprod(c(2,2,0,-Inf,2), 2), c(NA,4,0,NaN,-Inf))
12311231
test(6000.9606, frollprod(c(2,2,0,-Inf,-2), 2), c(NA,4,0,NaN,Inf))
1232+
test(6000.9607, frollprod(c(0,2,2,2,2), 2), c(NA,0,4,4,4))
1233+
test(6000.9608, frollprod(c(2,0,2,2,2), 2), c(NA,0,4,4,4))
12321234

12331235
# n==0, k==0, k[i]==0
12341236
test(6001.111, frollmean(1:3, 0), c(NaN,NaN,NaN), options=c("datatable.verbose"=TRUE), output="window width of size 0")

0 commit comments

Comments
 (0)