aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/extmod/ulab/tests/4d/numpy/create.py.exp
blob: 9a28f75ba49ff2d16d581113ca43d2ce5ef0dba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
array([[[3.0, 3.0, 3.0, 3.0, 3.0],
       [3.0, 3.0, 3.0, 3.0, 3.0]],

       [[3.0, 3.0, 3.0, 3.0, 3.0],
       [3.0, 3.0, 3.0, 3.0, 3.0]],

       [[3.0, 3.0, 3.0, 3.0, 3.0],
       [3.0, 3.0, 3.0, 3.0, 3.0]],

       [[3.0, 3.0, 3.0, 3.0, 3.0],
       [3.0, 3.0, 3.0, 3.0, 3.0]]], dtype=float64)