Skip to content

Commit

Permalink
update comment ot make more legible
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Oct 4, 2024
1 parent c4d7d01 commit a161a7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions py/desispec/test/test_coadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@ def test_coadd_full_mask(self):
def test_coadd_skip_cosmics(self):
"""
Test coadd with two spectra masked.
Here we with 3 spectra mask_cosmics should run,
but with two masked spectra, it should not
this tests this
Here with 3 spectra mask_cosmics should start,
but with two masked spectra, it should bail out
this tests the behaviour
"""
nspec, nwave = 3, 30
s1 = self._random_spectra(nspec, nwave, with_mask=True)
Expand Down

0 comments on commit a161a7d

Please sign in to comment.