提交 8b088c69 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Merge pull request #1007 from lamblin/fix_preallocated_output

Remove debug line following code review.
...@@ -45,7 +45,6 @@ class LoadFromDisk(Op): ...@@ -45,7 +45,6 @@ class LoadFromDisk(Op):
if result.dtype != self.dtype: if result.dtype != self.dtype:
raise TypeError("Expected an array of type %s, got %s instead" % raise TypeError("Expected an array of type %s, got %s instead" %
(self.dtype, result.dtype)) (self.dtype, result.dtype))
print 'result:', result, type(result)
out[0][0] = result out[0][0] = result
def __str__(self): def __str__(self):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论