提交 05be6c02 authored 作者: Caglar's avatar Caglar

Fixed the test for the stacktrace.

上级 f2c76070
...@@ -1635,8 +1635,8 @@ def test_log_add(): ...@@ -1635,8 +1635,8 @@ def test_log_add():
def test_local_useless_slice(): def test_local_useless_slice():
# test a simple matrix # test a simple matrix
x = tensor.matrix('x') x = tensor.matrix('x')
mode_unopt = compile.get_default_mode().excluding("local_useless_slice") mode_unopt = compile.get_default_mode().excluding("local_useless_slice", "local_mul_canonizer")
mode_opt = compile.get_default_mode().including("local_useless_slice") mode_opt = compile.get_default_mode().including("local_useless_slice").excluding("local_mul_canonizer")
# test with and without the useless slice # test with and without the useless slice
o = 2 * x[0, :] o = 2 * x[0, :]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论