diff options
Diffstat (limited to 'tests/testthat')
| -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 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    )  })  | 
