提交 60c176f2 authored 作者: Frederic Bastien's avatar Frederic Bastien

remove a debug line.

上级 c04f4915
......@@ -118,7 +118,6 @@ def makeTester(name, op, expected, checks = {}, good = {}, bad_build = {}, bad_r
for i, (variable, expected) in enumerate(zip(variables, expecteds)):
if variable.dtype != expected.dtype or variable.shape != expected.shape or \
numpy.any(numpy.abs(variable - expected) > eps):
import pdb;pdb.set_trace()
self.fail("Test %s::%s: Output %s gave the wrong value. With inputs %s, expected %s, got %s."
% (self.op, testname, i, inputs, expected, variable))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论