scikit-tda/ripser.py

Cocycles with sparse matrices

dcarmod2 opened this issue · 3 comments

First, thank you for your work on this package!

In ripser.py, the call to DRFDMSparse doesn't pass do_cocycles, meaning do_cocycles is always set to the default value of zero when the input to ripser is a sparse matrix.

I'm not sure if this was on purpose, but some small test cases seem to work fine when editing the .py file to pass the user supplied do_cocycles through.

Sure thing, submitted one