From e7c65ee913d4a84da0957d2ebb89abfbc444de56 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 1 Nov 2019 12:45:29 +0100 Subject: Update link, increase tolerance of a test for Travis --- tests/testthat/test_error_models.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/testthat/test_error_models.R b/tests/testthat/test_error_models.R index 83cff2e5..4b3667ed 100644 --- a/tests/testthat/test_error_models.R +++ b/tests/testthat/test_error_models.R @@ -45,7 +45,7 @@ test_that("The different error model fitting methods work for parent fits", { f_9_twostep <- mkinfit("SFO", experimental_data_for_UBA_2019[[9]]$data, error_model = "tc", error_model_algorithm = "twostep", quiet = TRUE) - expect_equivalent(parms(f_9_twostep), f_9_parms_tc_direct) + expect_equivalent(parms(f_9_twostep), f_9_parms_tc_direct, tolerance = 1e-5) f_9_threestep <- mkinfit("SFO", experimental_data_for_UBA_2019[[9]]$data, error_model = "tc", error_model_algorithm = "threestep", quiet = TRUE) -- cgit v1.2.1