From feca0008dcf662bba5c728096c4e63b923b8979b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 11 May 2020 17:47:36 +0200 Subject: Release to CRAN --- tests/testthat/test_analytical.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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 ) }) -- cgit v1.2.1