Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
daletovar committed Aug 5, 2020
1 parent 5b4f08a commit eb8c0e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sparse/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,6 @@ def _dot_csc_ndarray_sparse(a_shape, b_shape, a_data, a_indices, a_indptr, b):
sums = np.zeros(a_shape[0])
mask = np.full(a_shape[0], -1)
nnz = 0
current = 0
for i in range(b_shape[1]):
head = -2
length = 0
Expand Down

0 comments on commit eb8c0e5

Please sign in to comment.