diff --git a/ChangeLog b/ChangeLog index 47ee9a1b..c0050880 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-04-10 Tomasz Kalinowski + + * inst/tinytest/test_scipy2r.R: Update for reticulate v1.36; + disable test checking error from scipy.sparse.bsr_matrix() + 2024-04-02 Dirk Eddelbuettel * DESCRIPTION (Version, Date): RcppArmadillo 0.12.8.2.0 diff --git a/inst/tinytest/test_scipy2r.R b/inst/tinytest/test_scipy2r.R index e67e2cbd..0128b11d 100644 --- a/inst/tinytest/test_scipy2r.R +++ b/inst/tinytest/test_scipy2r.R @@ -75,4 +75,4 @@ expect_equal(dgR, csr, info="csr2dgr") #RcppArmadillo:::.SciPy2R(csr)) #test.other <- function() { #bsr <- sp$bsr_matrix(list(3, 4)) #expect_error(RcppArmadillo:::.SciPy2R(bsr)) -expect_error(sp$bsr_matrix(list(3, 4))) +#expect_error(sp$bsr_matrix(list(3, 4)))