@@ -21,3 +21,15 @@ bytearray(b'\x01\x02\x03')
21
21
bytearray(b'\x01\x02\x03')
22
22
(3,)
23
23
(1, 3)
24
+ array([1, 2, 3, 4, 5, 6], dtype=uint8)
25
+ array([1, 2, 3, 4, 5, 6], dtype=uint8)
26
+ array([1, 2, 3, 4, 5, 6], dtype=uint8)
27
+ array([1, 2, 3, 4, 5, 6], dtype=uint8)
28
+ array([1, 2, 3, 4, 5, 6], dtype=uint16)
29
+ array([256, 512, 768, 1024, 1280, 1536], dtype=uint16)
30
+ array([256, 512, 768, 1024, 1280, 1536], dtype=uint16)
31
+ array([256, 512, 768, 1024, 1280, 1536], dtype=uint16)
32
+ array([1.0, 2.0, 3.0, 4.0, 5.0, 6.0], dtype=float64)
33
+ array([3.038651941617419e-319, 3.162020133383978e-322, 1.043466644016713e-320, 2.055313086699586e-320, 2.561236308041022e-320, 3.067159529382458e-320], dtype=float64)
34
+ array([3.038651941617419e-319, 3.162020133383978e-322, 1.043466644016713e-320, 2.055313086699586e-320, 2.561236308041022e-320, 3.067159529382458e-320], dtype=float64)
35
+ array([3.038651941617419e-319, 3.162020133383978e-322, 1.043466644016713e-320, 2.055313086699586e-320, 2.561236308041022e-320, 3.067159529382458e-320], dtype=float64)
0 commit comments