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

Improve efficiency of jax.scipy.stats.rankdata #24717

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

jakevdp
Copy link
Collaborator

@jakevdp jakevdp commented Nov 5, 2024

Fixes #24707

I'm not entirely sure what led to the constant folding in the previous implementation, but this seems to fix it.

@jakevdp jakevdp self-assigned this Nov 5, 2024
@jakevdp jakevdp requested a review from dfm November 5, 2024 13:24
@google-ml-butler google-ml-butler bot added kokoro:force-run pull ready Ready for copybara import and testing labels Nov 5, 2024
@copybara-service copybara-service bot merged commit 939b41f into jax-ml:main Nov 5, 2024
18 checks passed
@jakevdp jakevdp deleted the fix-rankdata branch November 5, 2024 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pull ready Ready for copybara import and testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

scipy.stats.rankdata causes constant folding warning for method='dense' but not method='ordinal'
3 participants