diff options
Diffstat (limited to 'circuitpython/extmod/ulab/tests/1d/numpy/interp.py.exp')
| -rw-r--r-- | circuitpython/extmod/ulab/tests/1d/numpy/interp.py.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/circuitpython/extmod/ulab/tests/1d/numpy/interp.py.exp b/circuitpython/extmod/ulab/tests/1d/numpy/interp.py.exp new file mode 100644 index 0000000..717a890 --- /dev/null +++ b/circuitpython/extmod/ulab/tests/1d/numpy/interp.py.exp @@ -0,0 +1,4 @@ +array([1.0, 2.0, 3.0, 4.0, 4.0], dtype=float64) +array([1.0, 2.0, 3.0, 4.0, 4.0], dtype=float64) +array([1.0, 2.0, 3.0, 4.0, 10.0], dtype=float64) +array([1.0, 2.0, 3.0, 4.0, 10.0], dtype=float64) |
