Skip to content

Commit 760c230

Browse files
committed
New default version
1 parent 1c77ba0 commit 760c230

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: array_api_strict/tests/test_elementwise_functions.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ def _array_vals(dtypes):
128128
yield asarray(1., dtype=d)
129129

130130
# 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")
131+
set_array_api_strict_flags(api_version="2023.12")
133132

134133
for func_name, types in elementwise_function_input_types.items():
135134
dtypes = _dtype_categories[types]

0 commit comments

Comments
 (0)