diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-11 17:47:36 +0200 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-11 17:47:36 +0200 | 
| commit | feca0008dcf662bba5c728096c4e63b923b8979b (patch) | |
| tree | 6d9ed97ce721eeb8be86587c4005bc8d38c4f036 /tests | |
| parent | 28d3fe0f0ad1f685d4771353cdd12bdd551b7fea (diff) | |
Release to CRANv0.9.50.1
Diffstat (limited to 'tests')
| -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    )  })  | 
