提交 21822e88 authored 作者: Frederic Bastien's avatar Frederic Bastien

remove debug line.

上级 f4d8f92f
......@@ -91,7 +91,6 @@ def test_reshape():
#basic
f = theano.function([a], c)
fv = f(cuda_ndarray.CudaNdarray(numpy.asarray([0,1,2,3,4,5],dtype='float32')))
import pdb;pdb.set_trace()
assert numpy.all(fv == numpy.asarray([[0,1,2], [3,4,5]]))
#test that it works without inplace operations
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论