Skip to content

Commit

Permalink
Update compressed.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daletovar authored Sep 6, 2019
1 parent 9f8ccf6 commit 77eabe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sparse/_compressed/compressed.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ def __init__(self, arg, shape=None, compressed_axes=None, fill_value=0):
self.axisptr = axisptr
self.reordered_shape = reordered_shape
self.fill_value = fill_value
self.dtype = self.data.dtype

@classmethod
def from_numpy(cls, x, compressed_axes=None, fill_value=0):
Expand Down

0 comments on commit 77eabe5

Please sign in to comment.