From a161a7d7990f8effb15c21071f82bf9d1666005e Mon Sep 17 00:00:00 2001 From: "Sergey E. Koposov" Date: Fri, 4 Oct 2024 21:22:05 +0100 Subject: [PATCH] update comment ot make more legible --- py/desispec/test/test_coadd.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py/desispec/test/test_coadd.py b/py/desispec/test/test_coadd.py index 01321ce31..df3203ad7 100644 --- a/py/desispec/test/test_coadd.py +++ b/py/desispec/test/test_coadd.py @@ -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)