Skip to content

Commit cef5f7b

Browse files
Arm backend: Fixed numerical difference detection test
1 parent e74c265 commit cef5f7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backends/arm/test/misc/test_debug_feats.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ def test_numerical_diff_print(test_data: input_t1):
120120
# not present.
121121
try:
122122
# Tolerate 0 difference => we want to trigger a numerical diff
123-
tester.run_method_and_compare_outputs(stage=StageType.INITIAL_MODEL, atol=0, rtol=0, qtol=0)
123+
tester.run_method_and_compare_outputs(
124+
stage=StageType.INITIAL_MODEL, atol=0, rtol=0, qtol=0
125+
)
124126
except AssertionError:
125127
pass # Implicit pass test
126128
else:

0 commit comments

Comments
 (0)