diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-08 09:00:20 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-08 09:00:20 +0200 |
commit | f6f8ca5142020c2c5b0628bdcae1e2d00b80c6d5 (patch) | |
tree | 6cb3d93ed2303aca71403b8c7e7907d5a1e2c9b6 /tests/testthat/setup_script.R | |
parent | 09104e678154881762199b8ba19d7683fac9155f (diff) |
Roxygenize, adapt tests
Diffstat (limited to 'tests/testthat/setup_script.R')
-rw-r--r-- | tests/testthat/setup_script.R | 3 |
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) |