aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-18 04:49:20 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-18 04:49:20 +0100
commit549baaa3cef90ee9f256b14531d4de40d5131dc0 (patch)
treea00a3b75e272846b886936608f549a4edb21b6a1 /tests
parente5d1df9a9b1f0951d7dfbaf24eee4294470b73e2 (diff)
Typo that did not affect test results
Diffstat (limited to 'tests')
-rw-r--r--tests/testthat/test_AIC.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_AIC.R b/tests/testthat/test_AIC.R
index 57b9a673..7e97904d 100644
--- a/tests/testthat/test_AIC.R
+++ b/tests/testthat/test_AIC.R
@@ -8,6 +8,6 @@ test_that("The AIC is reproducible", {
expect_error(AIC(fits["SFO", ]), "column object")
expect_error(BIC(fits["SFO", ]), "column object")
expect_equivalent(BIC(fits[, "FOCUS_C"]),
- data.frame(df = c(3, 4, 5, 5), AIC = c(59.9, 45.5, 30.0, 40.2)),
+ data.frame(df = c(3, 4, 5, 5), BIC = c(59.9, 45.5, 30.0, 40.2)),
scale = 1, tolerance = 0.1)
})

Contact - Imprint