Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Nov 25, 2024
1 parent d3735c4 commit 663a4cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gwcs/wcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ def _call_forward(self, *args, from_frame=None, to_frame=None,
if transform is None:
raise NotImplementedError("WCS.forward_transform is not implemented.")

breakpoint()
# Validate that the input type matches what the transform expects
input_is_quantity = any((isinstance(a, u.Quantity) for a in args))
if not input_is_quantity and transform.uses_quantity:
Expand Down

0 comments on commit 663a4cb

Please sign in to comment.