diff options
Diffstat (limited to 'tests/testthat/test_analytical.R')
-rw-r--r-- | tests/testthat/test_analytical.R | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testthat/test_analytical.R b/tests/testthat/test_analytical.R index 6b1b8bb1..a34fa2cd 100644 --- a/tests/testthat/test_analytical.R +++ b/tests/testthat/test_analytical.R @@ -40,7 +40,8 @@ test_that("The analytical solutions for SFO-SFO are correct", { solution_type = "deSolve", quiet = TRUE) expect_equal( parms(f_sfo_sfo.ff), - parms(f_sfo_sfo.ff_desolve) + parms(f_sfo_sfo.ff_desolve), + tolerance = 5e-6 ) }) |