aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_AIC.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2023-02-13 05:19:08 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2023-02-13 05:19:08 +0100
commit8d1a84ac2190538ed3bac53a303064e281595868 (patch)
treeacb894d85ab7ec87c4911c355a5264a77e08e34b /tests/testthat/test_AIC.R
parent51d63256a7b3020ee11931d61b4db97b9ded02c0 (diff)
parent4200e566ad2600f56bc3987669aeab88582139eb (diff)
Merge branch 'main' into custom_lsoda_call
Diffstat (limited to 'tests/testthat/test_AIC.R')
-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