aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_analytical.R
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testthat/test_analytical.R')
-rw-r--r--tests/testthat/test_analytical.R3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testthat/test_analytical.R b/tests/testthat/test_analytical.R
index 578258d3..6b1b8bb1 100644
--- a/tests/testthat/test_analytical.R
+++ b/tests/testthat/test_analytical.R
@@ -53,6 +53,7 @@ test_that("The analytical solution for DFOP-SFO are correct", {
solution_type = "deSolve", quiet = TRUE)
expect_equal(
parms(f_dfop_sfo_analytical),
- parms(f_dfop_sfo_desolve)
+ parms(f_dfop_sfo_desolve),
+ tolerance = 5e-6
)
})

Contact - Imprint