X-Git-Url: https://git.auder.net/?p=epclust.git;a=blobdiff_plain;f=epclust%2Ftests%2Ftestthat%2Ftest-computeSynchrones.R;h=0a13aecbe92d2c85f653fa3d62e35ca115cdf07c;hp=60d885e7658ed70c07e65a27038d534994d3b565;hb=a961844f362e16c1a4fd3e45d170615b9e11c27f;hpb=14c10f2d252f45349e0b4fbf87e17dfbfae39f92 diff --git a/epclust/tests/testthat/test-computeSynchrones.R b/epclust/tests/testthat/test-computeSynchrones.R index 60d885e..0a13aec 100644 --- a/epclust/tests/testthat/test-computeSynchrones.R +++ b/epclust/tests/testthat/test-computeSynchrones.R @@ -24,7 +24,7 @@ test_that("computeSynchrones behave as expected", if (length(indices)>0) as.matrix(series[,indices]) else NULL } - synchrones <- computeSynchrones(cbind(s1,s2,s3),getSeries,n,100,verbose=TRUE,parll=FALSE) + synchrones <- computeSynchrones(cbind(s1,s2,s3),getSeries,n,100,verbose=TRUE) expect_equal(dim(synchrones), c(L,K)) for (i in 1:K)