Skip to content

Commit

Permalink
Merge pull request #11 from lsst/tickets/DM-13054
Browse files Browse the repository at this point in the history
DM-13054: Update test values to reflect fix to photoCal refMagErr calculation
  • Loading branch information
parejkoj committed Feb 9, 2019
2 parents b1b3038 + e78dc48 commit 434ef06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fgcmcal_hsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def test_fgcmcalTasks(self):
# These zeropoint offsets are empirical, and are there
# to check if changes in the code are altering the final
# output in a measurable way.
zpOffsets = np.array([-0.022274071351, 0.26665198802948])
zpOffsets = np.array([-0.0223396513611, 0.266586363316])

self._testFgcmOutputProducts(visitDataRefName, ccdDataRefName,
filterMapping, zpOffsets,
Expand Down

0 comments on commit 434ef06

Please sign in to comment.