Skip to content

Commit 2ba1268

Browse files
Remove test_batched_not_supported
1 parent d6477c7 commit 2ba1268

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dpnp/tests/test_linalg.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,10 +2013,6 @@ def test_check_finite_raises(self, bad):
20132013
ValueError, dpnp.linalg.lu_factor, a_dp, check_finite=True
20142014
)
20152015

2016-
def test_batched_not_supported(self):
2017-
a_dp = dpnp.ones((2, 2, 2))
2018-
assert_raises(NotImplementedError, dpnp.linalg.lu_factor, a_dp)
2019-
20202016

20212017
class TestLuFactorBatched:
20222018
@staticmethod

0 commit comments

Comments
 (0)