fix tests: remove 'parll' arg
[epclust.git] / epclust / tests / testthat / test-computeSynchrones.R
index 60d885e..0a13aec 100644 (file)
@@ -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)