Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Merotto committed Nov 17, 2023
1 parent b03d114 commit e5a84a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_custom_matrices.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test_mat <- as.matrix(test_mat)

test_that("seqimmucc works with a custom signature matrix", {
test_mat <- dataset_racle$expr_mat
sign_mat <- matrix(120 * runif(15000), ncol = 5)
sign_mat <- matrix(120 * runif(15000), ncol = 10)
colnames(sign_mat) <- c(
"A", "B", "C", "D",
"E", "F", "G", "H",
Expand Down

0 comments on commit e5a84a7

Please sign in to comment.