aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-06-04 21:10:58 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2019-06-04 21:10:58 +0200
commit307a317666b8a1cdfe2293371ad8671403680a36 (patch)
treeacb43d723a70065625d8e16e856a4034f04e40a9 /tests
parent2bc4adb7080e5893ab423768fe2e24777b292f19 (diff)
Fix a bug introduced in the last commit
Diffstat (limited to 'tests')
-rw-r--r--tests/testthat/test_error_models.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_error_models.R b/tests/testthat/test_error_models.R
index 6bb93d48..404f02ab 100644
--- a/tests/testthat/test_error_models.R
+++ b/tests/testthat/test_error_models.R
@@ -181,7 +181,7 @@ test_that("Reweighting method 'tc' produces reasonable variance estimates", {
test_that("The different error model fitting methods work for parent fits", {
skip_on_cran()
- f_9_OLS <- mkinfit("SFO", experimental_data_for_UBA_2019[[9]]$data,
+ f_9_OLS <- mkinfit("SFO", experimental_data_for_UBA_2019[[9]]$data,
quiet = TRUE)
expect_equivalent(round(AIC(f_9_OLS), 2), 137.43)

Contact - Imprint