micropython-ulab/snippets/tests/numpy/lib/function_base.py.exp
2022-01-13 23:11:55 -08:00

4 lines
156 B
Text

array([1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0], dtype=float64)
array([[1.0, 2.0, 3.0],
[4.0, 5.0, 6.0],
[7.0, 8.0, 9.0]], dtype=float64)