Skip to content

Commit

Permalink
remove abstractmethod to fix regtest errors
Browse files Browse the repository at this point in the history
  • Loading branch information
emolter committed Oct 4, 2024
1 parent 517b9e3 commit 63b8cf6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jwst/extract_1d/apply_apcorr.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@ def __init__(self, input_model, apcorr_table, sizeunit,
self.tabulated_correction = None

@property
@abc.abstractmethod
def size_key(self):
...
return None

Check warning on line 75 in jwst/extract_1d/apply_apcorr.py

View check run for this annotation

Codecov / codecov/patch

jwst/extract_1d/apply_apcorr.py#L75

Added line #L75 was not covered by tests

def _convert_size_units(self):
"""If the SIZE or Radius column is in units of arcseconds, convert to pixels."""
Expand Down

0 comments on commit 63b8cf6

Please sign in to comment.