From 396a92a9c856be554d785daffd8a34b9b26b8640 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 9 Dec 2020 14:32:40 +0100 Subject: Any yet more tests --- tests/testthat/test_error_models.R | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/testthat/test_error_models.R') diff --git a/tests/testthat/test_error_models.R b/tests/testthat/test_error_models.R index 169001f1..2a1ffcc1 100644 --- a/tests/testthat/test_error_models.R +++ b/tests/testthat/test_error_models.R @@ -56,7 +56,6 @@ test_that("The default error model algorithm finds the best known AIC values for f_tc_exp_d_3 <- mmkin(c("SFO", "DFOP", "HS"), lapply(experimental_data_for_UBA_2019, function(x) x$data), error_model = "tc", - error_model_algorithm = "d_3", quiet = TRUE) AIC_exp_d_3 <- lapply(f_tc_exp_d_3, AIC) -- cgit v1.2.1