We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b89c52 commit 4398b7cCopy full SHA for 4398b7c
README.md
@@ -39,7 +39,7 @@ $ export ARRAY_API_TESTS_MODULE=array_api_strict
39
To specify a runtime-defined module, define `xp` using the `exec('...')` syntax:
40
41
```bash
42
-$ export ARRAY_API_TESTS_MODULE=exec('import quantity_array, numpy; xp = quantity_array.quantity_namespace(numpy)')
+$ 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`.
0 commit comments