aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/extmod/ulab/tests/2d/numpy/methods.py.exp
blob: fb035dae9e0e7c29fc30fc82ab11033667a25785 (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
array([1, 2, 3, 4], dtype=int8)
array([[1, 2, 3],
       [4, 5, 6],
       [7, 8, 9]], dtype=int16)
array([[1.0, 2.0, 3.0],
       [4.0, 5.0, 6.0],
       [7.0, 8.0, 9.0]], dtype=float64)
100
array([1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0], dtype=float64)
1
2
1
2
8
(3,)
(3, 1)
array([[1.0, 2.0, 3.0]], dtype=float64)
3
3
bytearray(b'\x01\x02\x03')
bytearray(b'\x01\x02\x03')
(3,)
(1, 3)
array([1, 2, 3, 4, 5, 6], dtype=uint8)
array([1, 2, 3, 4, 5, 6], dtype=uint8)
array([1, 2, 3, 4, 5, 6], dtype=uint8)
array([1, 2, 3, 4, 5, 6], dtype=uint8)
array([1, 2, 3, 4, 5, 6], dtype=uint16)
array([256, 512, 768, 1024, 1280, 1536], dtype=uint16)
array([256, 512, 768, 1024, 1280, 1536], dtype=uint16)
array([256, 512, 768, 1024, 1280, 1536], dtype=uint16)
array([1.0, 2.0, 3.0, 4.0, 5.0, 6.0], dtype=float64)
array([3.038651941617419e-319, 3.162020133383978e-322, 1.043466644016713e-320, 2.055313086699586e-320, 2.561236308041022e-320, 3.067159529382458e-320], dtype=float64)
array([3.038651941617419e-319, 3.162020133383978e-322, 1.043466644016713e-320, 2.055313086699586e-320, 2.561236308041022e-320, 3.067159529382458e-320], dtype=float64)
array([3.038651941617419e-319, 3.162020133383978e-322, 1.043466644016713e-320, 2.055313086699586e-320, 2.561236308041022e-320, 3.067159529382458e-320], dtype=float64)