Skip to content

Commit e8ee36c

Browse files
authored
Increase the tolerance of test_conv1d (#8100)
In crease the tolerance of test_conv1d It's flaky in the CI test. Double the tolerance to avoid it.
1 parent 42f744a commit e8ee36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/xnnpack/test/ops/test_conv1d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def _test_conv1d(
123123
# quantized operators to be loaded and we don't want to do that in the test.
124124
if not skip_to_executorch:
125125
tester.to_executorch().serialize().run_method_and_compare_outputs(
126-
num_runs=10, atol=0.01, rtol=0.01
126+
num_runs=10, atol=0.02, rtol=0.02
127127
)
128128

129129
def test_fp16_conv1d(self):

0 commit comments

Comments
 (0)