aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_saemix_parent.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-10-25 16:12:39 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-10-25 16:12:39 +0200
commit92bd47bf45cebe660c5e7f392a4ee19f704d8a19 (patch)
tree4d27b810581f0e636635b39364cab57f114ec16d /tests/testthat/test_saemix_parent.R
parentcc89d84cf5c3389cdeee8e62f3bed54b89ce2764 (diff)
Address platform dependencies that surfaced on travis
Diffstat (limited to 'tests/testthat/test_saemix_parent.R')
-rw-r--r--tests/testthat/test_saemix_parent.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_saemix_parent.R b/tests/testthat/test_saemix_parent.R
index 0579f22f..39f69f51 100644
--- a/tests/testthat/test_saemix_parent.R
+++ b/tests/testthat/test_saemix_parent.R
@@ -111,7 +111,7 @@ test_that("Parent fits using saemix are correctly implemented", {
transformations = "mkin")
expect_equal(
log(endpoints(dfop_saemix_1)$distimes[1:2]),
- log(endpoints(sforb_saemix_1)$distimes[1:2]), tolerance = 0.01)
+ log(endpoints(sforb_saemix_1)$distimes[1:2]), tolerance = 0.03)
expect_equal(
log(endpoints(sforb_saemix_1)$distimes[1:2]),
log(endpoints(sforb_saemix_2)$distimes[1:2]), tolerance = 0.01)

Contact - Imprint