We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7100a9 commit 6668502Copy full SHA for 6668502
tests/skipped_tests_gpu.tbl
@@ -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.]]]]
4
tests/test_linalg.py::test_cond[None-[[1, 0, -1], [0, 1, 0], [1, 0, 1]]]
5
tests/test_linalg.py::test_cond[None-[[1, 2, 3], [4, 5, 6], [7, 8, 9]]]
6
tests/test_linalg.py::test_cond[1-[[1, 2, 3], [4, 5, 6], [7, 8, 9]]]
0 commit comments