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 a50f202 commit 1512665Copy full SHA for 1512665
README.md
@@ -42,7 +42,7 @@ To specify a runtime-defined module, define `xp` using the `exec('...')` syntax:
42
$ export ARRAY_API_TESTS_MODULE="exec('import quantity_array, numpy; xp = quantity_array.quantity_namespace(numpy)')"
43
```
44
45
-Alternately, import/define the `xp` variable in `array_api_tests/__init__.py`.
+Alternately, import/define the `xp` and `xp_name` variables in `array_api_tests/__init__.py`.
46
47
### Specifying the API version
48
0 commit comments