Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d617ab commit 1b21b2cCopy full SHA for 1b21b2c
array_api_strict/tests/test_array_object.py
@@ -441,7 +441,7 @@ def test_array_namespace():
441
assert array_api_strict.__array_api_version__ == "2021.12"
442
443
pytest.raises(ValueError, lambda: a.__array_namespace__(api_version="2021.11"))
444
- pytest.raises(ValueError, lambda: a.__array_namespace__(api_version="2024.12"))
+ pytest.raises(ValueError, lambda: a.__array_namespace__(api_version="2025.12"))
445
446
def test_iter():
447
pytest.raises(TypeError, lambda: iter(asarray(3)))
0 commit comments