diff options
Diffstat (limited to 'circuitpython/extmod/ulab/tests/2d/numpy/linspace.py.exp')
| -rw-r--r-- | circuitpython/extmod/ulab/tests/2d/numpy/linspace.py.exp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/circuitpython/extmod/ulab/tests/2d/numpy/linspace.py.exp b/circuitpython/extmod/ulab/tests/2d/numpy/linspace.py.exp new file mode 100644 index 0000000..2b95990 --- /dev/null +++ b/circuitpython/extmod/ulab/tests/2d/numpy/linspace.py.exp @@ -0,0 +1,10 @@ +array([0, 2, 5, 7, 10], dtype=uint8) +array([0, 2, 5, 7, 10], dtype=uint8) +array([0, 2, 5, 7, 10], dtype=int8) +array([0, 2, 5, 7, 10], dtype=int8) +array([0, 2, 5, 7, 10], dtype=uint16) +array([0, 2, 5, 7, 10], dtype=uint16) +array([0, 2, 5, 7, 10], dtype=int16) +array([0, 2, 5, 7, 10], dtype=int16) +array([0.0, 2.5, 5.0, 7.5, 10.0], dtype=float64) +array([0.0, 2.5, 5.0, 7.5, 10.0], dtype=float64) |
