Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:0.5
-
Sprint:DRP S17-5
-
Team:Data Release Production
Description
Adds DM-10105.
DM-10105:Rebased cleanly on to HSC/master and merged.
18:33 $ git checkout tickets/DM-10105
Switched to branch 'tickets/DM-10105'
Your branch is up-to-date with 'origin/tickets/DM-10105'.
18:33 $ git rebase --onto hsc-master d4b541e7
First, rewinding head to replay your work on top of it...
Applying: Avoid loss of precision in Wcs persistence.
18:33 $ git checkout hsc-master
Switched to branch 'hsc-master'
Your branch is up-to-date with 'HSC/master'.
18:33 $ git merge --no-ff tickets/DM-10105
Merge made by the 'recursive' strategy.
src/image/Wcs.cc | 3 ++-
tests/testWcsFitsTable.py | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 1 deletion(-)