File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ aid library developers check conformance to the spec. **NOTE: The test suite
7
7
is still a work in progress.** It can be found at
8
8
< https://github.com/data-apis/array-api-tests > .
9
9
10
- It is important to note that while the aim of the array api test suite is to
11
- cover as much as the spec as possible, there are necessarily some aspects of
10
+ It is important to note that while the aim of the array API test suite is to
11
+ cover as much of the spec as possible, there are necessarily some aspects of
12
12
the spec that are not covered by the test suite, typically because they are
13
13
impossible to effectively test. Furthermore, if the test suite appears to
14
14
diverge in any way from what the spec documents say, this should be considered
@@ -33,7 +33,7 @@ For example
33
33
34
34
ARRAY_API_TESTS_MODULE=numpy pytest
35
35
36
- Alternately , edit the ` array_api_tests/_array_module.py ` file and change the
36
+ Alternatively , edit the ` array_api_tests/_array_module.py ` file and change the
37
37
line
38
38
39
39
``` py
You can’t perform that action at this time.
0 commit comments