docstring for precompute
parameter is incorrect w.r.t. handling of sparse matrices
#19105
Labels
8000
precompute
parameter is incorrect w.r.t. handling of sparse matrices
#19105
Describe the issue linked to the documentation
Docstring says that
precompute
is alwaysTrue
with sparse matrix input to preserve sparsity, but in reality the code always setsprecompute
to False - which I believe is correct behavior.Suggest a potential alternative/fix
Correct docstring comment.
The text was updated successfully, but these errors were encountered: