Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ci_hsc, pipe_tasks
-
Labels:None
-
Story Points:6
-
Epic Link:
-
Sprint:DRP F18-4
-
Team:Data Release Production
Description
DM-9358 fixes the flag setting logic for PSF determination. The flawed logic was not being caught, so a test should be added to check this in CI. The most likely place for this may be in ci_hsc (where the presence of these flags is being checked, but not the logic of what actually gets set).
Attachments
Issue Links
- is blocked by
-
DM-9358 Fix setting of calib_psf_candidate flag to match docstring description
- Done
With this additional test, the current weekly + ci_hsc:tickets/
DM-15649fails with:AssertionError: Failed test: Number of candidate PSF stars >= sum of used and reserved stars (greater if any of the non-reserved candidates were rejected by the determiner) (112 >= 129)
With the current weekly + ci_hsc:tickets/
DM-15649+ pipe_tasks:tickets/DM-9358, ci_hsc builds/run successfully with messages like:root INFO: Number of candidate PSF stars >= sum of used and reserved stars (greater if any of the non-reserved candidates were rejected by the determiner) (141 >= 129): PASS
A Jenkins with tickets/
DM-15649tickets/DM-9358and lsst_distrib + ci_hsc is running.