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

6 lines
185 B
Text

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