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

[BUG] arange causes a hard fault #580

Closed v923z closed 1 year ago

v923z commented 1 year ago

As mentioned in https://github.com/v923z/micropython-ulab/issues/579, arange results in an error, if the step size is 0:

from ulab import numpy as np
np.arange(2, 12, 0)
jepler commented 1 year ago

Looks like it was fixed by #582