aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_multistart.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-10-26 01:17:30 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-10-26 01:32:33 +0200
commit6b910647d22e54a8c0b9c7f837af8dce150d5ee2 (patch)
tree75cbe86abe87ae6f333b91d1d40c188fe8fdb2e2 /tests/testthat/test_multistart.R
parentab47bcc8075b4361aa9db2a2ebfd7e82f92326b0 (diff)
Try to make multistart (more) reproducible
Diffstat (limited to 'tests/testthat/test_multistart.R')
-rw-r--r--tests/testthat/test_multistart.R1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testthat/test_multistart.R b/tests/testthat/test_multistart.R
index e0b1ecd7..8408413f 100644
--- a/tests/testthat/test_multistart.R
+++ b/tests/testthat/test_multistart.R
@@ -1,6 +1,7 @@
context("Multistart method for saem.mmkin models")
test_that("multistart works for saem.mmkin models", {
+ set.seed(123456)
saem_biphasic_m_multi <- multistart(saem_biphasic_m, n = 8,
cores = n_cores)
expect_known_output(print(saem_biphasic_m_multi),

Contact - Imprint