Skip to content

Commit

Permalink
Update op_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xingmingyyj authored Oct 26, 2023
1 parent 99edc50 commit b137629
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/legacy_test/op_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,6 @@ def _check_ir_output(self, place, program, feed_map, fetch_list, outs):
x, y, err_msg=z, atol=1e-6, rtol=1e-6
)
if os.getenv("FLAGS_NEW_IR_NO_CHECK", None):
print("FLAGS_NEW_IR_NO_CHECK is open")
check_method = lambda x, y, err_msg: None

for i in range(len(outs)):
Expand Down

0 comments on commit b137629

Please sign in to comment.