diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/numpy/array_api/tests/__init__.py')
-rw-r--r-- | .venv/lib/python3.12/site-packages/numpy/array_api/tests/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/numpy/array_api/tests/__init__.py b/.venv/lib/python3.12/site-packages/numpy/array_api/tests/__init__.py new file mode 100644 index 00000000..536062e3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/numpy/array_api/tests/__init__.py @@ -0,0 +1,7 @@ +""" +Tests for the array API namespace. + +Note, full compliance with the array API can be tested with the official array API test +suite https://github.com/data-apis/array-api-tests. This test suite primarily +focuses on those things that are not tested by the official test suite. +""" |