Skip to content

Commit

Permalink
Fix histogram ut failure caused by incorrect threshold settings (#988)
Browse files Browse the repository at this point in the history
Fix histogram ut failure caused by incorrect threshold settings.
  • Loading branch information
xytintel authored Oct 21, 2024
1 parent 8512d71 commit fbc9454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/xpu/xpu_test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
}
},
"histogram": {
("TestCommonXPU", "test_out"):{
("TestCommon", "test_out"):{
torch.float32: tol(atol=3e-5, rtol=5e-5),
}
}
Expand Down

0 comments on commit fbc9454

Please sign in to comment.