Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/tensor/test_nlinalg.py
Original file line number Diff line number Diff line change
@@ -293,14 +293,6 @@ def test_slogdet():
assert np.allclose(det, f_det)


def test_slogdet_shape():
x = matrix()
sign, det = slogdet(x)
for shape in [sign.shape, det.shape]:
assert isinstance(shape, Constant)
assert tuple(shape.data) == ()


def test_trace():
rng = np.random.default_rng(utt.fetch_seed())
x = matrix()

0 comments on commit b8831aa

Please sign in to comment.