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 8ef585b commit b8831aaCopy full SHA for b8831aa
tests/tensor/test_nlinalg.py
@@ -293,14 +293,6 @@ def test_slogdet():
293
assert np.allclose(det, f_det)
294
295
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
304
def test_trace():
305
rng = np.random.default_rng(utt.fetch_seed())
306
x = matrix()
0 commit comments