diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-09-16 08:23:57 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-09-16 08:23:57 +0200 |
commit | 212070667de33e4d4adc7f0ae7baf8e18ad51d3f (patch) | |
tree | 85eb7e3b3bc00736625cf9d439b3436919db42a2 /tests | |
parent | 51fab94230e926cec690dc455964bd797a97b7c7 (diff) | |
parent | 2e77bf144a81852302571009b1fcd41f021eca4c (diff) |
Merge branch 'master' into nlmixr
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testthat/test_f_time_norm.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_f_time_norm.R b/tests/testthat/test_f_time_norm.R index ca2ebd99..c5e0607c 100644 --- a/tests/testthat/test_f_time_norm.R +++ b/tests/testthat/test_f_time_norm.R @@ -13,7 +13,7 @@ test_that("Time step normalisation for a dataset works", { # Reference values from Dimethenamid RAR 2018 Vol3 B.8 expect_equal(round(dimethenamid_2018$f_time_norm, 3), c(1, - rep(0.971, 2), # p. 56 + 0.971, # p. 56 rep(round(1.329 * 0.924, 3), 2), # p. 51 0.623, 0.768, 0.673) # p. 45 ) |