Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] arange causes a hard fault #580

Closed
v923z opened this issue Jan 22, 2023 · 1 comment
Closed

[BUG] arange causes a hard fault #580

v923z opened this issue Jan 22, 2023 · 1 comment
Assignees
Labels
bug Something isn't working critical critical bug, requires speedy fix

Comments

@v923z
Copy link
Owner

v923z commented Jan 22, 2023

As mentioned in #579, arange results in an error, if the step size is 0:

from ulab import numpy as np
np.arange(2, 12, 0)
@v923z v923z added the bug Something isn't working label Jan 22, 2023
@v923z v923z self-assigned this Jan 22, 2023
@v923z v923z added the critical critical bug, requires speedy fix label Jan 22, 2023
@jepler
Copy link
Collaborator

jepler commented Jan 24, 2023

Looks like it was fixed by #582

@jepler jepler closed this as completed Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical critical bug, requires speedy fix
Projects
None yet
Development

No branches or pull requests

2 participants