Skip to content

Commit

Permalink
- cosmetics in py
Browse files Browse the repository at this point in the history
  • Loading branch information
jczaja committed Feb 18, 2021
1 parent ea75b14 commit 3ee2496
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ def test_check_grad(self):
"Out",
check_dygraph=False,
user_defined_grads=[self.inputs["X"]],
user_defined_grad_outputs=[self.inputs["X"].reshape(self.infered_shape)])
user_defined_grad_outputs=[
self.inputs["X"].reshape(self.infered_shape)
])


if __name__ == '__main__':
enable_static()
Expand Down

1 comment on commit 3ee2496

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