File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,11 @@ Use the `--ci` flag to run only the primary and special cases tests. You can
157157ignore the other test cases as they are redundant for the purposes of checking
158158compliance.
159159
160+ #### Data-dependent shapes
161+
162+ Use the ` --disable-data-dependent-shapes ` flag to skip testing functions which have
163+ [ data-dependent shapes] ( https://data-apis.org/array-api/latest/design_topics/data_dependent_output_shapes.html ) .
164+
160165#### Extensions
161166
162167By default, tests for the optional Array API extensions such as
@@ -200,16 +205,10 @@ instead of having a seperate `skips.txt` file, e.g.:
200205 # Skip test cases with known issues
201206 cat << EOF >> skips.txt
202207
203- # Skip specific test case, e.g. when argsort() does not respect relative order
204- # https://github.com/numpy/numpy/issues/20778
208+ # Comments can still work here
205209 array_api_tests/test_sorting_functions.py::test_argsort
206-
207- # Skip specific test case parameter, e.g. you forgot to implement in-place adds
208210 array_api_tests/test_add[__iadd__(x1, x2)]
209211 array_api_tests/test_add[__iadd__(x, s)]
210-
211- # Skip module, e.g. when your set functions treat NaNs as non-distinct
212- # https://github.com/numpy/numpy/issues/20326
213212 array_api_tests/test_set_functions.py
214213
215214 EOF
You can’t perform that action at this time.
0 commit comments