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
There is some inconsistencies in the naming of to-coo methods: GCXS has tocoo, DOK has to_coo. I assume to some extent it's to have some compatibility with scipy sparse. But then why not just have both methods on all types?
The text was updated successfully, but these errors were encountered:
There is some inconsistencies in the naming of
to-coo
methods: GCXS hastocoo
, DOK hasto_coo
. I assume to some extent it's to have some compatibility with scipy sparse. But then why not just have both methods on all types?The text was updated successfully, but these errors were encountered: