tabmat
tabmat copied to clipboard
Replace `scipy.sparse.*_matrix.A` by `scipy.sparse.*_matrix.toarray()`
Currently, tabmat does not run with pre-release of scipi because the .A
-shorthand has been deprecated there, see, e.g., here.