Skip to content

Commit

Permalink
Remove unusued imports
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jan 26, 2023
1 parent 653a27e commit 5525494
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions reproject/mosaicking/tests/test_wcs_helpers.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst

from copy import deepcopy

import numpy as np
import pytest
from astropy import coordinates as coord
from astropy import units as u
from astropy.coordinates import FK5, Galactic, SkyCoord
from astropy.modeling import models
from astropy.wcs import WCS
from astropy.wcs.utils import pixel_to_skycoord, skycoord_to_pixel
from astropy.wcs.wcsapi import HighLevelWCSWrapper, SlicedLowLevelWCS
from gwcs import coordinate_frames as cf
from gwcs.wcs import WCS as GWCS
from astropy.wcs.wcsapi import HighLevelWCSWrapper
from numpy.testing import assert_allclose, assert_equal

from ..wcs_helpers import find_optimal_celestial_wcs
Expand Down Expand Up @@ -217,7 +210,7 @@ def generate_wcs(
frame_projection_expected_shape = 47, 50


class TestOptimalGWCS(TestOptimalFITSWCS):
class TestOptimalAPE14WCS(TestOptimalFITSWCS):
def generate_wcs(
self, crpix=(10, 15), crval=(43, 23), cdelt=(-0.1, 0.1), pc=None, celestial=True
):
Expand Down

0 comments on commit 5525494

Please sign in to comment.