aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/setup_script.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-05-08 09:00:20 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-05-08 09:00:20 +0200
commitf6f8ca5142020c2c5b0628bdcae1e2d00b80c6d5 (patch)
tree6cb3d93ed2303aca71403b8c7e7907d5a1e2c9b6 /tests/testthat/setup_script.R
parent09104e678154881762199b8ba19d7683fac9155f (diff)
Roxygenize, adapt tests
Diffstat (limited to 'tests/testthat/setup_script.R')
-rw-r--r--tests/testthat/setup_script.R3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testthat/setup_script.R b/tests/testthat/setup_script.R
index e33f4af7..86d5089f 100644
--- a/tests/testthat/setup_script.R
+++ b/tests/testthat/setup_script.R
@@ -40,7 +40,8 @@ fits <- mmkin(models,
# One metabolite
SFO_SFO <- mkinmod(parent = list(type = "SFO", to = "m1"),
- m1 = list(type = "SFO"), quiet = TRUE)
+ m1 = list(type = "SFO"),
+ use_of_ff = "min", quiet = TRUE)
SFO_SFO.ff <- mkinmod(parent = list(type = "SFO", to = "m1"),
m1 = list(type = "SFO"),
use_of_ff = "max", quiet = TRUE)

Contact - Imprint