提交 b8831aa7 authored 作者: Mateusz Sokół's avatar Mateusz Sokół 提交者: Thomas Wiecki

Remove test_slogdet_shape test

上级 8ef585b6
...@@ -293,14 +293,6 @@ def test_slogdet(): ...@@ -293,14 +293,6 @@ def test_slogdet():
assert np.allclose(det, f_det) 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(): def test_trace():
rng = np.random.default_rng(utt.fetch_seed()) rng = np.random.default_rng(utt.fetch_seed())
x = matrix() x = matrix()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论