Skip to content

Commit

Permalink
Fix test inheritance
Browse files Browse the repository at this point in the history
Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com>
  • Loading branch information
astrofrog and pllim authored Jan 26, 2023
1 parent 5525494 commit 379f153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reproject/mosaicking/tests/test_wcs_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def generate_wcs(
frame_projection_expected_shape = 47, 50


class TestOptimalAPE14WCS(TestOptimalFITSWCS):
class TestOptimalAPE14WCS(BaseTestOptimalWCS):
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 379f153

Please sign in to comment.