aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/extmod/ulab/tests/1d/numpy/slicing2.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'circuitpython/extmod/ulab/tests/1d/numpy/slicing2.py.exp')
-rw-r--r--circuitpython/extmod/ulab/tests/1d/numpy/slicing2.py.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/circuitpython/extmod/ulab/tests/1d/numpy/slicing2.py.exp b/circuitpython/extmod/ulab/tests/1d/numpy/slicing2.py.exp
new file mode 100644
index 0000000..2c94646
--- /dev/null
+++ b/circuitpython/extmod/ulab/tests/1d/numpy/slicing2.py.exp
@@ -0,0 +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]