Skip to content

Commit 6668502

Browse files
skip linalg.cholesky tests on GPU, this functionality must be fixed (#553)
1 parent f7100a9 commit 6668502

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/skipped_tests_gpu.tbl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
tests/test_linalg.py::test_cholesky[[[[1, -2], [2, 5]]]]
2+
tests/test_linalg.py::test_cholesky[[[[1., -2.], [2., 5.]]]]
3+
tests/test_linalg.py::test_cholesky[[[[1., -2.], [2., 5.]], [[1., -2.], [2., 5.]]]]
14
tests/test_linalg.py::test_cond[None-[[1, 0, -1], [0, 1, 0], [1, 0, 1]]]
25
tests/test_linalg.py::test_cond[None-[[1, 2, 3], [4, 5, 6], [7, 8, 9]]]
36
tests/test_linalg.py::test_cond[1-[[1, 2, 3], [4, 5, 6], [7, 8, 9]]]

0 commit comments

Comments
 (0)