Skip to content

Commit

Permalink
Merge pull request #437 from t-kalinowski/master
Browse files Browse the repository at this point in the history
Disable scipy error test
  • Loading branch information
eddelbuettel authored Apr 10, 2024
2 parents b8ca6f9 + 0d21c78 commit 3ed32cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-04-10 Tomasz Kalinowski <[email protected]>

* inst/tinytest/test_scipy2r.R: Update for reticulate v1.36;
disable test checking error from scipy.sparse.bsr_matrix()

2024-04-02 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): RcppArmadillo 0.12.8.2.0
Expand Down
2 changes: 1 addition & 1 deletion inst/tinytest/test_scipy2r.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)))

0 comments on commit 3ed32cb

Please sign in to comment.