Skip to content

Commit

Permalink
auto format by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oneflow-ci-bot committed Dec 22, 2023
1 parent 067973f commit bacbe95
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions python/oneflow/test/modules/test_normal.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ def helper(self, device, dtype, ptype, t_transform, std_transform):
)
self.assertTrue(
flow.allclose(
t_transform(q[0:1]).clone(),
t_transform(q_row1),
atol=0.3,
rtol=0,
t_transform(q[0:1]).clone(), t_transform(q_row1), atol=0.3, rtol=0,
)
)

Expand Down

0 comments on commit bacbe95

Please sign in to comment.