Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: obs_decam
-
Labels:
-
Story Points:0.5
-
Epic Link:
-
Sprint:Alert Production S17 - 2
-
Team:Alert Production
Only one change to one test required.
However, I also took the time to modernize the Python code by using the usual from __future__ import... (and carefully checking existing division) and fixing flake8 warnings. In the process I discovered and reported
DM-9294which I did not fix because I'm not sure what a reasonable fix is (hard-code the values as constants? Read them from a data file?).