Skip to content

Commit

Permalink
Restore matrix_class_default to 'dgCMatrix'.
Browse files Browse the repository at this point in the history
brgew committed May 21, 2024
1 parent 4de31d2 commit 44329ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test-matrix.R
Original file line number Diff line number Diff line change
@@ -353,6 +353,10 @@ test_that("set_matrix_control_default", {

# Check that missing matrix_control[['matrix_class']] throws an error.
testthat::expect_error(load_a549(matrix_control=list(matrix_path='uhoh')))

# Restore matrix_class_default to dgCMatrix for downstream
# testing.
monocle3:::set_global_variable('matrix_class_default', 'dgCMatrix')
} )


0 comments on commit 44329ed

Please sign in to comment.