Skip to content

Commit 79917e0

Browse files
committed
Remove test_slogdet_shape test
1 parent c8a6f7f commit 79917e0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/tensor/test_nlinalg.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -293,14 +293,6 @@ def test_slogdet():
293293
assert np.allclose(det, f_det)
294294

295295

296-
def test_slogdet_shape():
297-
x = matrix()
298-
sign, det = slogdet(x)
299-
for shape in [sign.shape, det.shape]:
300-
assert isinstance(shape, Constant)
301-
assert tuple(shape.data) == ()
302-
303-
304296
def test_trace():
305297
rng = np.random.default_rng(utt.fetch_seed())
306298
x = matrix()

0 commit comments

Comments
 (0)