micropython-ulab/tests/2d/numpy/where.py.exp
2021-07-23 09:19:10 -05:00

11 lines
415 B
Text

array([1, 1, 1, 1, 0, 0, 0, 0], dtype=uint8)
array([0.0, 2.0, 4.0, 6.0, 0.0, 0.0, 0.0, 0.0], dtype=float64)
array([[0.0, 1.0, 2.0, 3.0],
[4.0, 5.0, -1.0, -1.0],
[-1.0, -1.0, -1.0, -1.0]], dtype=float64)
array([[10.0, 11.0, 12.0, 13.0],
[10.0, 11.0, -1.0, -1.0],
[-1.0, -1.0, -1.0, -1.0]], dtype=float64)
array([[0, 1, 2, 3],
[0, 1, 25, 25],
[25, 25, 25, 25]], dtype=int16)