Skip to content

Commit 92def25

Browse files
committed
Note --disable-dds flag in readme
1 parent 70438ea commit 92def25

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@ Use the `--ci` flag to run only the primary and special cases tests. You can
157157
ignore the other test cases as they are redundant for the purposes of checking
158158
compliance.
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

162167
By 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

0 commit comments

Comments
 (0)