Skip to content

Commit

Permalink
Don't need these comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Bchass committed Jul 9, 2024
1 parent a6610c4 commit e1c8269
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tinynumpy/tinynumpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1276,8 +1276,7 @@ def reshape(self, newshape):
return out

def transpose(self):
# Numpy returns a view, but we cannot do that since we do not
# support Fortran ordering

ndim = self.ndim
if ndim < 2:
return self.view()
Expand Down

0 comments on commit e1c8269

Please sign in to comment.