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: fix behavior of upper argument in jnp.linalg.cholesky #19700

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

jakevdp
Copy link
Collaborator

@jakevdp jakevdp commented Feb 7, 2024

We should be conjugate-transposing the output matrix, not the input matrix.

This will fix the associated errors in the nightly numpy 2.0 test.

Part of #19246.

@jakevdp jakevdp added the bug Something isn't working label Feb 7, 2024
@jakevdp jakevdp self-assigned this Feb 7, 2024
@jakevdp jakevdp requested a review from pschuh February 7, 2024 19:57
@jakevdp jakevdp added the pull ready Ready for copybara import and testing label Feb 7, 2024
@copybara-service copybara-service bot merged commit ff65926 into jax-ml:main Feb 7, 2024
13 checks passed
@jakevdp jakevdp deleted the fix-cholesky-upper branch February 7, 2024 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pull ready Ready for copybara import and testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants