Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: jointcal
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:AP S19-5
-
Team:Alert Production
Description
When implementing DM-17956, I introduced a bug: jointcal should only set writeChi2Name in the outer minimization loop if writeChi2FilesOuterLoop is True. Otherwise, the "outer loop" chi2 CSV files are always written (which is bad, because they're big). Fortunately, it's an easy fix.
Attachments
Issue Links
- is triggered by
-
DM-17956 Add option to output chi2 files at each outer fit iteration
- Done
Hsin-Fang Chiang: This fixes the problem you reported. Can you please review the small code change (with a corrected test).