Skip to content

Commit

Permalink
test normal tol
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnXuan committed Dec 18, 2024
1 parent 8cf2cb6 commit 4f99897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/oneflow/test/modules/test_normal.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +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.3,
t_transform(q[0:1]).clone(), t_transform(q_row1), atol=1.0, rtol=1.0,
)
)

Expand Down

0 comments on commit 4f99897

Please sign in to comment.