fix tests: remove 'parll' arg
[epclust.git] / epclust / tests / testthat / test-computeWerDists.R
index 0e02413..09ad5c8 100644 (file)
@@ -10,7 +10,7 @@ test_that("computeWerDists output correct results",
        series <- cbind(serie, serie)
        getSeries <- function(indices) as.matrix(series[,indices])
        dists <- computeWerDists(1:2, getSeries, 50, 3, 4, nbytes, endian,
-               verbose=TRUE, parll=FALSE)
+               verbose=TRUE)
        expect_equal(dists, matrix(0.,nrow=2,ncol=2))
 
        # On two constant series