Skip to content

Commit

Permalink
Fixed CI failure with test_eager_trace_op
Browse files Browse the repository at this point in the history
  • Loading branch information
jim19930609 committed Jan 24, 2022
1 parent 3c1dc6f commit 2669426
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/paddle/fluid/tests/unittests/test_eager_trace_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ def test_branches(self):
paddle.fluid.framework._dygraph_tracer().trace_op(
'instance_norm', {'Scale': [scale],
'X': [x]}, {'Y': [x]}, {})
paddle.fluid.framework._dygraph_tracer().trace_op(
'coalesce_tensor', {'Input': [x]}, {'Output': [x]},
{'dtype': int(core.VarDesc.VarType.FP32)})


if __name__ == "__main__":
Expand Down

1 comment on commit 2669426

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.