aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/extmod/ulab/tests/1d/numpy/interp.py.exp
blob: 717a8905fdc68dbce1653fbd51b5a827494bec38 (plain)
1
2
3
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)