Skip to content

Commit

Permalink
Merge pull request #44 from lsst/tickets/DM-38632
Browse files Browse the repository at this point in the history
DM-38632: Update test comparison values after new calibration fluxes.
  • Loading branch information
erykoff authored Jun 19, 2024
2 parents 3e7b4d3 + c5bdfac commit 5b582b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validate_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_calexp(self):
("summary.ra", summary.ra, 320.75894004802291),
("summary.dec", summary.dec, -0.23498192412129),
("summary.zenithDistance", summary.zenithDistance, 21.04574864469552),
("summary.zeroPoint", summary.zeroPoint, 30.54906813372720),
("summary.zeroPoint", summary.zeroPoint, 30.54872932855146),
("summary.skyBg", summary.skyBg, 179.06802094727755),
("summary.skyNoise", summary.skyNoise, 7.379663872285585),
("summary.meanVar", summary.meanVar, 49.844220911820656),
Expand Down

0 comments on commit 5b582b3

Please sign in to comment.