Skip to content

Commit

Permalink
chore: fix flaky quantized div (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery authored Aug 29, 2024
1 parent 5323e42 commit fd14a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/quantization/test_quantized_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def test_clip_op(
(QuantizedMul, True, 20),
(QuantizedPow, False, 8),
(QuantizedOr, False, 8),
(QuantizedDiv, True, 20),
(QuantizedDiv, True, 21),
(QuantizedMin, False, 8),
(QuantizedMax, False, 8),
],
Expand Down

0 comments on commit fd14a5e

Please sign in to comment.