Skip to content

Commit

Permalink
Fix test failure resulting from garbage values in array.
Browse files Browse the repository at this point in the history
  • Loading branch information
hameerabbasi committed Jun 10, 2023
1 parent a167683 commit a55651d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sparse/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,7 @@ def _dot_csc_ndarray_sparse(
sums = np.zeros(a_shape[0])
mask = np.full(a_shape[0], -1)
nnz = 0
indptr[0] = 0
for i in range(b_shape[1]):
head = -2
length = 0
Expand Down

0 comments on commit a55651d

Please sign in to comment.