Browse code

Updated test for fixed dqrng seed issue.

LTLA authored on 12/05/2021 04:57:20
Showing 1 changed files

... ...
@@ -1,8 +1,6 @@
1 1
 # This tests the various quickCorrect functions.
2 2
 # library(testthat); library(batchelor); source("test-quick-correct.R")
3 3
 
4
-library(dqrng) # see https://github.com/daqana/dqrng/issues/43.
5
-
6 4
 set.seed(100)
7 5
 d1 <- matrix(rnbinom(50000, mu=10, size=1), ncol=100)
8 6
 sce1 <- SingleCellExperiment(list(counts=d1))