python - Scipy.sparse multiplication error -


i attempting multiply 2 relatively large scipy.sparse matrices. 1 100000 x 20000 , other 20000 x 100000. machine has sufficient memory handle operation no means fast. have tried multiple times , same error (source code found here):

valueerror: last value of index pointer should less size of index , data arrays

i life of me cannot figure out causing error. seems index pointer not getting scaled correct size when multiplied cannot find error originating from. on how solve error, or of other packages can handle operation?

was using scipy version 0.13.0. upgraded current development version (0.15.0dev) , issue appears have been fixed.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -