We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9018998 commit 371174cCopy full SHA for 371174c
array_api_strict/tests/test_creation_functions.py
@@ -8,30 +8,15 @@
8
empty,
9
empty_like,
10
eye,
11
- from_dlpack,
12
full,
13
full_like,
14
linspace,
15
- meshgrid,
16
ones,
17
ones_like,
18
zeros,
19
zeros_like,
20
)
21
from numpy._array_object import Array
22
-from numpy._dtypes import (
23
- _all_dtypes,
24
- _boolean_dtypes,
25
- _floating_dtypes,
26
- _integer_dtypes,
27
- _integer_or_boolean_dtypes,
28
- _numeric_dtypes,
29
- int8,
30
- int16,
31
- int32,
32
- int64,
33
- uint64,
34
-)
35
36
37
def test_asarray_errors():
0 commit comments