Skip to content

Commit

Permalink
Small change
Browse files Browse the repository at this point in the history
  • Loading branch information
ViciousEagle03 committed Aug 28, 2024
1 parent 0d31b03 commit 0919142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asdf_astropy/converters/fits/tests/test_fitswcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from astropy import wcs


def create_sip_wcs():
def create_sip_distortion_wcs():
rng = np.random.default_rng()
twcs = wcs.WCS(naxis=2)
twcs.wcs.crval = [251.29, 57.58]
Expand Down Expand Up @@ -52,7 +52,7 @@ def create_sip_wcs():
return (twcs, img_world_wcs)


@pytest.mark.parametrize("wcs", create_sip_wcs())
@pytest.mark.parametrize("wcs", create_sip_distortion_wcs())
@pytest.mark.filterwarnings("ignore::astropy.wcs.wcs.FITSFixedWarning")
@pytest.mark.filterwarnings(
"ignore:Some non-standard WCS keywords were excluded:astropy.utils.exceptions.AstropyWarning",
Expand Down

0 comments on commit 0919142

Please sign in to comment.