Skip to content

Commit 3ed32cb

Browse files
authored
Merge pull request #437 from t-kalinowski/master
Disable scipy error test
2 parents b8ca6f9 + 0d21c78 commit 3ed32cb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2024-04-10 Tomasz Kalinowski <[email protected]>
2+
3+
* inst/tinytest/test_scipy2r.R: Update for reticulate v1.36;
4+
disable test checking error from scipy.sparse.bsr_matrix()
5+
16
2024-04-02 Dirk Eddelbuettel <[email protected]>
27

38
* DESCRIPTION (Version, Date): RcppArmadillo 0.12.8.2.0

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)