Skip to content

Commit 144a8ae

Browse files
committed
Update
[ghstack-poisoned]
1 parent c6bd56b commit 144a8ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backends/test/suite/runner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ def build_result(
159159
tester.run_method_and_compare_outputs(
160160
inputs=None if generate_random_test_inputs else inputs,
161161
statistics_callback=lambda stats: error_statistics.append(stats),
162+
atol=1e-1,
163+
rtol=4e-2,
162164
)
163165
except AssertionError as e:
164166
return build_result(TestResult.OUTPUT_MISMATCH_FAIL, e)

0 commit comments

Comments
 (0)