We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lazy_xp_function
1 parent 6c155aa commit 84943dcCopy full SHA for 84943dc
1 file changed
docs/contributing.md
@@ -20,6 +20,8 @@ Thanks to [all contributors](contributors.md) so far!
20
- Import your function to `src/array_api_extra/__init__.py` and add it to
21
`__all__` there.
22
- Add a test class for your function in `tests/test_funcs.py`.
23
+ - Ensure that `lazy_xp_function` is called on the function if lazy backends
24
+ are supposed to be tested.
25
- Add your function to `docs/api-reference.md`.
26
- [Make a PR!](https://github.com/data-apis/array-api-extra/pulls)
27
0 commit comments