Some of the pytest tests are failing because they instantiate a csr_array for counts. The folks at scipy are changing things, and apparently csr_array is no longer a subclass of spmatrix, so the make_abundance function is rejecting it. See the note on this page: https://docs.scipy.org/doc/scipy/reference/sparse.html
Seems this is going to need paying attention to, as this transition may still be in progress?
Some of the pytest tests are failing because they instantiate a csr_array for counts. The folks at scipy are changing things, and apparently csr_array is no longer a subclass of spmatrix, so the make_abundance function is rejecting it. See the note on this page: https://docs.scipy.org/doc/scipy/reference/sparse.html Seems this is going to need paying attention to, as this transition may still be in progress?