Skip to content

Commit 44bb3c9

Browse files
Fixed unit test (col_classes now requires a data.frame)
1 parent d0a8b00 commit 44bb3c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/testthat/test-ccdr_gridR.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ context("ccdr_gridR")
33
pp <- 10
44
nn <- 5
55
X.test <- matrix(runif(pp*pp), ncol = pp)
6+
X.test <- data.frame(X.test)
67
cors.test <- sparsebnUtils::cor_vector_ivn(X.test, NULL)
78
betas.test <- matrix(runif(pp*pp), ncol = pp)
89

0 commit comments

Comments
 (0)