Skip to content

Commit

Permalink
Refactor previous code to work with arrays only
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Oct 1, 2024
1 parent a0e07a5 commit 5da615d
Show file tree
Hide file tree
Showing 3 changed files with 832 additions and 970 deletions.
7 changes: 3 additions & 4 deletions src/stcal/resample/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
from .resample import *

__all__ = [

Check warning on line 3 in src/stcal/resample/__init__.py

View check run for this annotation

Codecov / codecov/patch

src/stcal/resample/__init__.py#L3

Added line #L3 was not covered by tests
"LibModelAccess",
"OutputTooLargeError",
"ResampleModelIO",
"ResampleBase",
"ResampleCoAdd",
"ResampleSingle"
"Resample",
"resampled_wcs_from_models",
]
Loading

0 comments on commit 5da615d

Please sign in to comment.