You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current test covers only a tiny percentage of public method, and not even most of my common use cases of scipy.sparse.
It would be good to increase the coverage. Maybe start common stuff like sparse array initialization, and asformat, to<fmt>, and some other common method (nnz / sum / mean etc).
I would also be good to run a testing coverage on the stub package somehow.
The text was updated successfully, but these errors were encountered:
Current test covers only a tiny percentage of public method, and not even most of my common use cases of
scipy.sparse
.It would be good to increase the coverage. Maybe start common stuff like sparse array initialization, and
asformat
,to<fmt>
, and some other common method (nnz / sum / mean etc).I would also be good to run a testing coverage on the stub package somehow.
The text was updated successfully, but these errors were encountered: