提交 83b6a590 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Fix test so that it accepts (uint64, int8)

上级 6267aa65
......@@ -93,7 +93,7 @@ def test_advinc_subtensor1():
for node in f.maker.fgraph.toposort()]) == 1
rval = f(yval)
rep = xval.copy()
rep[[0, 2]] += yval
np.add.at(rep, [0, 2], yval)
assert np.allclose(rval, rep)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论