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