提交 03f13dbe authored 作者: Frederic Bastien's avatar Frederic Bastien

Remove call that aren't needed anymore

上级 55699ce4
......@@ -46,7 +46,7 @@ class CudaNdarrayVariable(_operators, Variable):
# override default
def __repr_test_value__(self):
return repr(numpy.array(theano.gof.op.get_test_value(self)))
return repr(theano.gof.op.get_test_value(self))
CudaNdarrayType.Variable = CudaNdarrayVariable
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论