提交 32cc45d8 authored 作者: Frederic Bastien's avatar Frederic Bastien

removed break point.

上级 546ea667
...@@ -739,7 +739,6 @@ _approx_eq.debug = 0 ...@@ -739,7 +739,6 @@ _approx_eq.debug = 0
def test_tensor_values_eq_approx(): def test_tensor_values_eq_approx():
#test, inf, -inf and nan equal themself #test, inf, -inf and nan equal themself
a=numpy.asarray([-numpy.inf,-1,0,1,numpy.inf,numpy.nan]) a=numpy.asarray([-numpy.inf,-1,0,1,numpy.inf,numpy.nan])
import pdb;pdb.set_trace()
assert TensorType.values_eq_approx(a,a) assert TensorType.values_eq_approx(a,a)
#test inf, -inf don't equal themself #test inf, -inf don't equal themself
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论