Closed pavlin-policar closed 3 years ago
When an affinity matrix is super large, the .indptr becomes np.int64. The code handles only np.int32.
.indptr
np.int64
np.int32
Handle both cases.
Issue
When an affinity matrix is super large, the
.indptr
becomesnp.int64
. The code handles onlynp.int32
.Description of changes
Handle both cases.
Includes