Closed ulupo closed 4 years ago
Reference issues/PRs Fixes the analogous issue to https://github.com/scikit-tda/ripser.py/issues/103. The fix is a replica of https://github.com/scikit-tda/ripser.py/pull/104.
Types of changes
Description See https://github.com/scikit-tda/ripser.py/issues/103 and https://github.com/scikit-tda/ripser.py/pull/104. Note that an alternative would have been to first convert to another sparse format (e.g. CSR) and then to COO again. But this is slower unless the input is very large.
Checklist
flake8
pytest
Reference issues/PRs Fixes the analogous issue to https://github.com/scikit-tda/ripser.py/issues/103. The fix is a replica of https://github.com/scikit-tda/ripser.py/pull/104.
Types of changes
Description See https://github.com/scikit-tda/ripser.py/issues/103 and https://github.com/scikit-tda/ripser.py/pull/104. Note that an alternative would have been to first convert to another sparse format (e.g. CSR) and then to COO again. But this is slower unless the input is very large.
Checklist
flake8
to check my Python changes.pytest
to check this on Python tests.