-
Notifications
You must be signed in to change notification settings - Fork 10
int / int division #51
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
Comments
array-api-strict just follows the standard. The standard says this behavior is implementation defined, so strict errors on it. See https://data-apis.org/array-api/latest/API_specification/generated/array_api.array.__truediv__.html#array_api.array.__truediv__. If you want to change that you should open an issue against the standard, not array-api-strict. |
Thanks. Mind pointing to a channel to discuss the standard and see past discussions (I suspect this was discussed at length). |
This was discussed at data-apis/array-api#361 |
But feel free to open an issue on the array-api repo if you feel this should be changed. |
While it looks deliberate, still feels a bit too strict:
The text was updated successfully, but these errors were encountered: