Skip to content

Commit 291f7f8

Browse files
committed
fix a error
1 parent 632108d commit 291f7f8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

python/paddle/fluid/tests/unittests/op_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,6 @@ def find_actual(target_name, fetch_list):
336336
actual_t = np.array(actual)
337337
expect = self.outputs[out_name]
338338
expect_t = expect[0] if isinstance(expect, tuple) else expect
339-
import pdb
340-
pdb.set_trace()
341339
self.assertTrue(
342340
np.allclose(
343341
actual_t, expect_t, atol=atol),

tools/codestyle/docstring_checker.pyc

11.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)