We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c77ba0 commit 760c230Copy full SHA for 760c230
array_api_strict/tests/test_elementwise_functions.py
@@ -128,8 +128,7 @@ def _array_vals(dtypes):
128
yield asarray(1., dtype=d)
129
130
# Use the latest version of the standard so all functions are included
131
- with pytest.warns(UserWarning):
132
- set_array_api_strict_flags(api_version="2023.12")
+ set_array_api_strict_flags(api_version="2023.12")
133
134
for func_name, types in elementwise_function_input_types.items():
135
dtypes = _dtype_categories[types]
0 commit comments