提交 dc21733b authored 作者: Frederic Bastien's avatar Frederic Bastien

restore a default value to the old behavior.

上级 0380b760
......@@ -488,7 +488,7 @@ class TensorType(Type):
else:
return False
@staticmethod
def values_eq_approx(a, b, allow_remove_inf = True, allow_remove_nan = False):
def values_eq_approx(a, b, allow_remove_inf = False, allow_remove_nan = False):
"""
:param allow_remove_inf: If True, when their is an inf in a,
we allow any value in b in that position.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论