Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
unnonouno committed Jun 6, 2017
1 parent 0143a19 commit ba2e991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cupy/sparse/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ def transpose(self, axes=None, copy=False):
def issparse(x):
return isinstance(x, spmatrix)


isspmatrix = issparse


Expand Down

0 comments on commit ba2e991

Please sign in to comment.