File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -162,12 +162,13 @@ array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and
162
162
array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0]
163
163
array_api_tests/test_special_cases.py::test_iop[__imod__(x1_i is -0 and x2_i > 0) -> +0]
164
164
array_api_tests/test_special_cases.py::test_iop[__imod__(x1_i is +0 and x2_i < 0) -> -0]
165
+
166
+ # Float correction is not supported by pytorch
167
+ # (https://github.com/data-apis/array-api-tests/issues/168)
165
168
array_api_tests/test_special_cases.py::test_empty_arrays[std]
166
169
array_api_tests/test_special_cases.py::test_empty_arrays[var]
167
170
array_api_tests/test_special_cases.py::test_nan_propagation[std]
168
171
array_api_tests/test_special_cases.py::test_nan_propagation[var]
169
-
170
- # Float correction is not supported by pytorch (https://github.com/data-apis/array-api-tests/issues/168)
171
172
array_api_tests/test_statistical_functions.py::test_std
172
173
array_api_tests/test_statistical_functions.py::test_var
173
174
You can’t perform that action at this time.
0 commit comments