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
scipy.sparse provides multiple types of matrix (e.g csr_array, csc_array). it is worth testing to see which of these performs best. There may also be room for testing the performance of alternatives to sparse arrays for nearest neighbour regridding (i.e. indices).
The text was updated successfully, but these errors were encountered:
📰 Custom Issue
scipy.sparse provides multiple types of matrix (e.g
csr_array
,csc_array
). it is worth testing to see which of these performs best. There may also be room for testing the performance of alternatives to sparse arrays for nearest neighbour regridding (i.e. indices).The text was updated successfully, but these errors were encountered: