v923z / micropython-ulab

a numpy-like fast vector module for micropython, circuitpython, and their derivatives
https://micropython-ulab.readthedocs.io/en/latest
MIT License
403 stars 111 forks source link

Allocate 1d results of correct size #577

Closed jepler closed 1 year ago

jepler commented 1 year ago

Before, it was erroneously allocated as a 1-element array instead of a 6-element array in the test case.

Closes #574

v923z commented 1 year ago

Thanks!