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

Fix arange crashing when start, stop or step is nan #605

Closed FelixNumworks closed 1 year ago

FelixNumworks commented 1 year ago

Inputing np.arange(0,np.nan) crashes