-
I get the following warning while running a simulation with JAX that involves sparse matrix - dense vector multiplication:
The method |
Beta Was this translation helpful? Give feedback.
Answered by
jakevdp
Mar 27, 2023
Replies: 1 comment 1 reply
-
Thanks for the question - that should read |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Ebanflo42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the question - that should read
_sort_indices()
instead of_sort_rows()
. I'll update the warning message. (Edit: fixed in #15243)