提交 d540c62f authored 作者: Olivier Delalleau's avatar Olivier Delalleau

I should not push before at least importing theano

上级 67d34257
...@@ -585,7 +585,7 @@ class TensorType(Type): ...@@ -585,7 +585,7 @@ class TensorType(Type):
# to handle NaN values. # to handle NaN values.
if TensorType.values_eq(numpy.asarray(data), if TensorType.values_eq(numpy.asarray(data),
converted_data, converted_data,
force_same_dtype=False) force_same_dtype=False):
data = converted_data data = converted_data
else: else:
# Do not print a too long description of data # Do not print a too long description of data
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论