aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/extmod/ulab/tests/2d/numpy/full.py.exp
blob: 0bf90a4de08beecb2fd4608aff5b4ab2459c8f44 (plain)
1
2
3
4
5
6
7
8
9
10
array([[3, 3, 3, 3],
       [3, 3, 3, 3]], dtype=uint8)
array([[3, 3, 3, 3],
       [3, 3, 3, 3]], dtype=int8)
array([[3, 3, 3, 3],
       [3, 3, 3, 3]], dtype=uint16)
array([[3, 3, 3, 3],
       [3, 3, 3, 3]], dtype=int16)
array([[3.0, 3.0, 3.0, 3.0],
       [3.0, 3.0, 3.0, 3.0]], dtype=float64)