Skip to content

Commit e073d7f

Browse files
committed
Disable scipy error test
1 parent b8ca6f9 commit e073d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tinytest/test_scipy2r.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ expect_equal(dgR, csr, info="csr2dgr") #RcppArmadillo:::.SciPy2R(csr))
7575
#test.other <- function() {
7676
#bsr <- sp$bsr_matrix(list(3, 4))
7777
#expect_error(RcppArmadillo:::.SciPy2R(bsr))
78-
expect_error(sp$bsr_matrix(list(3, 4)))
78+
#expect_error(sp$bsr_matrix(list(3, 4)))

0 commit comments

Comments
 (0)