aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/extmod/ulab/tests/2d/numpy/ones.py.exp
blob: 9e66f3cc1cc3de32261d2b3abe961a75c03fb165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
array([1.0, 1.0, 1.0], dtype=float64)
array([[1.0, 1.0, 1.0],
       [1.0, 1.0, 1.0],
       [1.0, 1.0, 1.0]], dtype=float64)
array([[1, 1, 1],
       [1, 1, 1],
       [1, 1, 1]], dtype=uint8)
array([[1, 1],
       [1, 1],
       [1, 1],
       [1, 1]], dtype=uint8)
array([[1, 1, 1],
       [1, 1, 1],
       [1, 1, 1]], dtype=int8)
array([[1, 1],
       [1, 1],
       [1, 1],
       [1, 1]], dtype=int8)
array([[1, 1, 1],
       [1, 1, 1],
       [1, 1, 1]], dtype=uint16)
array([[1, 1],
       [1, 1],
       [1, 1],
       [1, 1]], dtype=uint16)
array([[1, 1, 1],
       [1, 1, 1],
       [1, 1, 1]], dtype=int16)
array([[1, 1],
       [1, 1],
       [1, 1],
       [1, 1]], dtype=int16)
array([[1.0, 1.0, 1.0],
       [1.0, 1.0, 1.0],
       [1.0, 1.0, 1.0]], dtype=float64)
array([[1.0, 1.0],
       [1.0, 1.0],
       [1.0, 1.0],
       [1.0, 1.0]], dtype=float64)