@@ -205,11 +205,6 @@ def test_jwst_wcs_corr_applied(corr_cls):
205205 assert 'dummy_meta' in wc .meta
206206
207207
208- @pytest .mark .parametrize (
209- 'mock_st_wcs' ,
210- [ST_V2V3_WCSCorrector , JWSTWCSCorrector , RomanWCSCorrector ],
211- indirect = True
212- )
213208def test_jwst_wcs_corr_are_being_combined (mock_st_wcs ):
214209 wcs , corr_cls = mock_st_wcs
215210 wc = corr_cls (
@@ -245,11 +240,6 @@ def test_jwstgwcs_unsupported_wcs():
245240 JWSTWCSCorrector (dummy_wcs , {})
246241
247242
248- @pytest .mark .parametrize (
249- 'mock_st_wcs' ,
250- [ST_V2V3_WCSCorrector , JWSTWCSCorrector , RomanWCSCorrector ],
251- indirect = True
252- )
253243def test_jwstgwcs_inconsistent_ref (mock_st_wcs ):
254244 wcs , corr_cls = mock_st_wcs
255245 wc = corr_cls (
@@ -263,11 +253,6 @@ def test_jwstgwcs_inconsistent_ref(mock_st_wcs):
263253 )
264254
265255
266- @pytest .mark .parametrize (
267- 'mock_st_wcs' ,
268- [ST_V2V3_WCSCorrector , JWSTWCSCorrector , RomanWCSCorrector ],
269- indirect = True
270- )
271256def test_jwstgwcs_wrong_tpcorr_type (mock_st_wcs ):
272257 wcs , corr_cls = mock_st_wcs
273258 wc = corr_cls (
@@ -288,11 +273,6 @@ def test_jwstgwcs_wrong_tpcorr_type(mock_st_wcs):
288273 )
289274
290275
291- @pytest .mark .parametrize (
292- 'mock_st_wcs' ,
293- [ST_V2V3_WCSCorrector , JWSTWCSCorrector , RomanWCSCorrector ],
294- indirect = True
295- )
296276def test_jwstgwcs_ref_angles_preserved (mock_st_wcs ):
297277 wcs , corr_cls = mock_st_wcs
298278 wc = corr_cls (
0 commit comments