Skip to content

Commit 920a53d

Browse files
skip GPU tests for Gumbel distribution until it is not fixed (#570)
1 parent 2dac006 commit 920a53d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/skipped_tests_gpu.tbl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// gumbel distribution issue https://github.com/IntelPython/dpnp/issues/569
2+
tests/test_random.py::TestDistributionsGumbel::test_extreme_value
3+
tests/test_random.py::TestDistributionsGumbel::test_invalid_args
4+
tests/test_random.py::TestDistributionsGumbel::test_moments
5+
tests/test_random.py::TestDistributionsGumbel::test_seed
6+
//----------------------------------------------------------------------
17
// eig/eigvals/svd issue https://github.com/IntelPython/dpnp/issues/567
28
tests/test_linalg.py::test_eig_arange[2-float64]
39
tests/test_linalg.py::test_eig_arange[2-float32]

0 commit comments

Comments
 (0)