Skip to content

Commit

Permalink
Update grid_proj.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Geary-Layne authored Oct 13, 2023
1 parent 94b2dc4 commit 7c1f61c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/idsse_common/idsse/common/grid_proj.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ def flip(self, flip: Flip = Flip.BOTH):
elif flip is Flip.VERTICAL:
_, self._y_offset = self.map_pixel_to_crs(0, self.height)
self._dy *= -1
else:
raise ValueError(f'Axis must be 0 or 1, but {axis} was given')

def fliplr(self):
"""Reverse the order of the pixels left to right"""
Expand Down

0 comments on commit 7c1f61c

Please sign in to comment.