-
Notifications
You must be signed in to change notification settings - Fork 26
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
Result of numpy.sum
with float32
input is float64
#152
Comments
This is part of #127. This was changed in 2023.12. I don't see a need to keep the previously standardized behavior intact. Unfortunately, I haven't yet started work on updating array-api-compat for 2023.12, but I plan to start that work now. |
Interesting. I didn't notice that the old standard required that the output |
mdhaber
added a commit
to mdhaber/scipy
that referenced
this issue
Jul 15, 2024
lucascolley
pushed a commit
to scipy/scipy
that referenced
this issue
Jul 15, 2024
…d='ebrahimi'` (#21194) * TST: stats.differential_entropy: add dtype test * MAINT: stats.differential_entropy: fix issue with integer input * MAINT: stats.differential_entropy: prevent dtype changes due to data-apis/array-api-compat#152 * Apply suggestions from code review [skip circle]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IIUC the standard states that input dtype is to be preserved for floating point types when
dtype
is unspecified.However,
The text was updated successfully, but these errors were encountered: