Skip to content

Commit

Permalink
Bugfix uncovered by JWST
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Dec 19, 2024
1 parent 6e9e36a commit f97dcd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gwcs/wcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,6 @@ def _call_backward(self, *args, with_bounding_box=True, fill_value=np.nan, **kwa
except NotImplementedError:
transform = None

with_bounding_box = kwargs.pop('with_bounding_box', True)
fill_value = kwargs.pop('fill_value', np.nan)
if with_bounding_box and self.bounding_box is not None:
args = self.outside_footprint(args)

Expand Down

0 comments on commit f97dcd8

Please sign in to comment.