forked from spacetelescope/stcal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JP-3768: Move outlier detection median computers to stcal (spaceteles…
…cope#292) * fix ruff style checks for median * added type hints to median.py * ported over unit tests * added test for MedianComputer * missed some ruff checks * changelog, fix oldestdeps, fix mypy problem * fixes after comments from @kmacdonald-stsci and @braingram * changes per review from @braingram * forgot to change private methods in test * replace tmpdir with tmp_path * upgrade cleanup warnings to errors in pyproject.toml * put automodapi in docs, small doc style updates * undo removal of comment about unraisableexception * missed one docstring improvement * Update src/stcal/outlier_detection/median.py Co-authored-by: Brett Graham <brettgraham@gmail.com> --------- Co-authored-by: Brett Graham <brettgraham@gmail.com>
- Loading branch information
Showing
5 changed files
with
605 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add `outlier_detection` median calculators from jwst. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.