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 (#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 <[email protected]> --------- Co-authored-by: Brett Graham <[email protected]>
- Loading branch information