Commit c09ba06
authored
Arm backend: Reduce atol in vector_norm test (#11281)
pipeline.change_args("run_method_and_compare_outputs",...) was used to
change qtol, but as no inputs were passed in the call
run_method_and_compare_outputs produced new inputs with a different
distribution (randn), than what was used for calibration (rand).
Signed-off-by: Oscar Andersson <[email protected]>1 parent 0a09b49 commit c09ba06
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
| |||
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
93 | | - | |
94 | 92 | | |
95 | 93 | | |
96 | 94 | | |
| |||
107 | 105 | | |
108 | 106 | | |
109 | 107 | | |
110 | | - | |
111 | 108 | | |
112 | 109 | | |
113 | 110 | | |
114 | 111 | | |
115 | 112 | | |
116 | | - | |
| 113 | + | |
117 | 114 | | |
118 | 115 | | |
119 | 116 | | |
| |||
126 | 123 | | |
127 | 124 | | |
128 | 125 | | |
129 | | - | |
130 | 126 | | |
131 | 127 | | |
0 commit comments