File tree 1 file changed +6
-7
lines changed
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
157
157
ignore the other test cases as they are redundant for the purposes of checking
158
158
compliance.
159
159
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
+
160
165
#### Extensions
161
166
162
167
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.:
200
205
# Skip test cases with known issues
201
206
cat << EOF >> skips.txt
202
207
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
205
209
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
208
210
array_api_tests/test_add[__iadd__(x1, x2)]
209
211
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
213
212
array_api_tests/test_set_functions.py
214
213
215
214
EOF
You can’t perform that action at this time.
0 commit comments