Skip to content

Commit

Permalink
fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
pangyoki committed May 7, 2021
1 parent 01a3739 commit d81794f
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ def init(self):
}

def test_check_output(self):
self.check_output_with_place(
self.place, check_dygraph=False, no_check_set=['Out'])
self.check_output_with_place(self.place, check_dygraph=False)


class TestUpdateLossScalingOpBad(TestUpdateLossScalingOp):
Expand Down Expand Up @@ -103,9 +102,6 @@ def setUp(self):
'OutBadSteps': self.zero_steps
}

def test_check_output(self):
self.check_output_with_place(self.place, check_dygraph=False)


@unittest.skipIf(not paddle.is_compiled_with_npu(),
"core is not compiled with NPU")
Expand Down

1 comment on commit d81794f

@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.