-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GH job with array API conformity run
- Loading branch information
1 parent
3d02b6b
commit e3ebbc7
Showing
2 changed files
with
246 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# array API tests to be skipped | ||
|
||
# no 'uint8' dtype | ||
array_api_tests/test_array_object.py::test_getitem_masking | ||
|
||
# no 'isdtype' function | ||
array_api_tests/test_data_type_functions.py::test_isdtype | ||
array_api_tests/test_has_names.py::test_has_names[data_type-isdtype] | ||
array_api_tests/test_signatures.py::test_func_signature[isdtype] | ||
|
||
# missing unique-like functions | ||
array_api_tests/test_has_names.py::test_has_names[set-unique_all] | ||
array_api_tests/test_has_names.py::test_has_names[set-unique_counts] | ||
array_api_tests/test_has_names.py::test_has_names[set-unique_inverse] | ||
array_api_tests/test_has_names.py::test_has_names[set-unique_values] | ||
array_api_tests/test_set_functions.py::test_unique_all | ||
array_api_tests/test_set_functions.py::test_unique_counts | ||
array_api_tests/test_set_functions.py::test_unique_invers | ||
array_api_tests/test_set_functions.py::test_unique_values | ||
array_api_tests/test_signatures.py::test_func_signature[unique_all] | ||
array_api_tests/test_signatures.py::test_func_signature[unique_counts] | ||
array_api_tests/test_signatures.py::test_func_signature[unique_inverse] | ||
array_api_tests/test_signatures.py::test_func_signature[unique_values] | ||
|
||
# no '__array_namespace_info__' function | ||
array_api_tests/test_has_names.py::test_has_names[info-__array_namespace_info__] | ||
array_api_tests/test_inspection_functions.py::test_array_namespace_info | ||
array_api_tests/test_inspection_functions.py::test_array_namespace_info_dtypes | ||
array_api_tests/test_searching_functions.py::test_searchsorted | ||
array_api_tests/test_signatures.py::test_func_signature[__array_namespace_info__] | ||
array_api_tests/test_signatures.py::test_info_func_signature[capabilities] | ||
array_api_tests/test_signatures.py::test_info_func_signature[default_device] | ||
array_api_tests/test_signatures.py::test_info_func_signature[default_dtypes] | ||
array_api_tests/test_signatures.py::test_info_func_signature[devices] | ||
array_api_tests/test_signatures.py::test_info_func_signature[dtypes] | ||
|
||
# do not return a namedtuple | ||
array_api_tests/test_linalg.py::test_eigh | ||
array_api_tests/test_linalg.py::test_slogdet | ||
array_api_tests/test_linalg.py::test_svd | ||
|
||
# hypothesis found failures | ||
array_api_tests/test_linalg.py::test_qr | ||
array_api_tests/test_operators_and_elementwise_functions.py::test_clip | ||
|
||
# unexpected result is returned | ||
array_api_tests/test_operators_and_elementwise_functions.py::test_asin | ||
|
||
# missing 'descending' keyword argument | ||
array_api_tests/test_signatures.py::test_func_signature[argsort] | ||
array_api_tests/test_signatures.py::test_func_signature[sort] | ||
array_api_tests/test_sorting_functions.py::test_argsort | ||
array_api_tests/test_sorting_functions.py::test_sort | ||
|
||
# missing 'correction' keyword argument | ||
array_api_tests/test_signatures.py::test_func_signature[std] | ||
array_api_tests/test_signatures.py::test_func_signature[var] | ||
|
||
# missing 'stream' keyword argument | ||
array_api_tests/test_signatures.py::test_array_method_signature[to_device] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters