From b88c0140885808ae7443179fe8137dea3b93994f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 12 May 2020 09:08:59 +0200 Subject: Address solaris platform dependence revealed on CRAN --- tests/testthat/test_analytical.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ) }) -- cgit v1.2.1