Skip to content

Commit bb95044

Browse files
Merge branch 'ivn_review' into dev
2 parents 44bb3c9 + a59eb47 commit bb95044

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/testthat/test-ccdr_ivn.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ suppressMessages({
2525
test_that("ccdr.run runs as expected", {
2626
### No error / Also tests default values for other parameters
2727
expect_error(ccdr.run(data = dat.test, lambdas.length = lambdas.length.test), NA)
28+
})
2829

30+
test_that("Check special case ivn = list(NULL, NULL, ...)", {
2931
### No error if ivn = list(NULL, NULL, ...)
3032
data.null <- sparsebnUtils::sparsebnData(X.test, type = "c", ivn = vector("list", nn))
3133
expect_error(ccdr.run(data = data.null, lambdas.length = lambdas.length.test), NA)

0 commit comments

Comments
 (0)