Skip to content

Commit

Permalink
Update convert.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daletovar authored Aug 9, 2019
1 parent d9d9614 commit 5edf2be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sparse/compressed/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def transform_shape(shape):
shape_bins[i] = np.prod(shape[i+1:])
return shape_bins


@numba.jit(nopython=True, nogil=True)
def uncompress_dimension(indptr):
"""converts an index pointer array into an array of coordinates"""
Expand Down

0 comments on commit 5edf2be

Please sign in to comment.