We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is the input of lapmod() supposed to be the a csr matrix? i.e. cc=cost.data ii=cost.indptr kk=cost.indices as defined by scipy (https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.csr_matrix.html) ?
I have tried a few examples and I am getting strange results.
Also, is prepare_sparse_cost() supposed to convert a coo sparse matrix to csr?
The text was updated successfully, but these errors were encountered:
Please provide a test case reproducing the issue and let us know which version are you using.
You might find some additional information in #14.
Sorry, something went wrong.
No branches or pull requests
Is the input of lapmod() supposed to be the a csr matrix?
i.e.
cc=cost.data
ii=cost.indptr
kk=cost.indices
as defined by scipy (https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.csr_matrix.html) ?
I have tried a few examples and I am getting strange results.
Also, is prepare_sparse_cost() supposed to convert a coo sparse matrix to csr?
The text was updated successfully, but these errors were encountered: