aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2021-09-15 15:30:02 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2021-09-15 15:30:02 +0200
commitfab885edd66b6a1d2e660ee6aa70d14474330697 (patch)
treea72ae70852ddd4bdb5b0fb66e6c3bb70cdda771d /tests
parent9b6575b6a35b3a5e112f8978f47a1578947ef54f (diff)
Update test result to corrected data, version bump
Diffstat (limited to 'tests')
-rw-r--r--tests/testthat/test_f_time_norm.R2
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
)

Contact - Imprint