You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is indeed an ugly bug, and it's got to be fixed. What makes a problem a bit difficult is the fact that dtypes are stored as uint8s internally. So,
Describe the bug
A clear and concise description of what the bug is. Give the
ulab
versionExpected behavior
Probably an exception as the dtype= argument is not valid (numpy says
TypeError: Cannot interpret '1' as a data type
)Additional context
discovered during fuzzing, but was not a crash
The text was updated successfully, but these errors were encountered: