提交 f7ba79ea authored 作者: Frederic Bastien's avatar Frederic Bastien

test the non broadcast case

上级 3d818ece
......@@ -1099,7 +1099,7 @@ class T_subtensor(unittest.TestCase, utt.TestOptimizationMixin):
# Test for both vector and matrix as index
sym_i = (lvector('i'), lmatrix('i'))
shape_i = ((4,), (4, 2))
shape_val = ((3, 1), (3, 1, 1))
shape_val = ((3, 4), (3, 4, 1))
# Disable the warning emitted for that case
orig_warn = config.warn.inc_set_subtensor1
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论