Skip to content

Commit

Permalink
added test to cover width
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanahan1 committed Mar 25, 2024
1 parent f3d5315 commit fb05298
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specreduce/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ def test_measure_cross_dispersion_profile(self, pixel, width):
Basic test for `measure_cross_dispersion_profile`. Parametrized over
different options for `pixel` to test using all wavelengths, a single
wavelength, and a set of wavelengths, as well as different input types
(plain array, quantity, Spectrum1D, and NDData).
(plain array, quantity, Spectrum1D, and NDData), as well as `width` to
use a window of all rows and a smaller window.
"""

# test a few input formats
Expand Down

0 comments on commit fb05298

Please sign in to comment.