提交 65f74a66 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Move annoying warning to ticket #617.

上级 02c53804
...@@ -164,7 +164,8 @@ def test_dot(): ...@@ -164,7 +164,8 @@ def test_dot():
assert numpy.allclose(numpy.dot(a0, a1), cuda_ndarray.dot(b0, b1)) assert numpy.allclose(numpy.dot(a0, a1), cuda_ndarray.dot(b0, b1))
print >> sys.stderr, 'WARNING TODO test_dot: not testing all 8 transpose cases of dot' ##TODO: #617
#print >> sys.stderr, 'WARNING TODO test_dot: not testing all 8 transpose cases of dot'
def test_sum(): def test_sum():
shape = (2,3) shape = (2,3)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论