Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To specify a runtime-defined module, define `xp` using the `exec('...')` syntax:
$ export ARRAY_API_TESTS_MODULE="exec('import quantity_array, numpy; xp = quantity_array.quantity_namespace(numpy)')"
```

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`.

### Specifying the API version

Expand Down