aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/extmod/ulab/tests/1d/numpy/slicing2.py.exp
blob: 2c94646a37406e12fa84dda0dc0c9443a638e305 (plain)
1
2
a:	 [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0]
a < 5:	 [0.0, 1.0, 2.0, 3.0, 4.0]