Skip to content

Commit

Permalink
remove a few FIXME comments
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Apr 18, 2024
1 parent fe25dc2 commit 20345b5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions jwst/tweakreg/tweakreg_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,7 @@ def process(self, input):
yoffset=self.yoffset
)

# FIXME can we make these error specific to avoid needing to check
# the error message?
try:
# FIXME `align_wcs` checks that all items in `correctors` are
# instances of `WCSCorrector` it them makes a new list
# with the catalogs. `align_wcs` changes would be needed to
# avoid loading all `correctors` into memory
align_wcs(
correctors,
refcat=None,
Expand Down

0 comments on commit 20345b5

Please sign in to comment.