Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Tim Jenness
Tim JennessReporter
Tim Jenness
Tim JennessReviewers
Merlin Fisher-Levine
Story Points
0.5
RubinTeam
Architecture
Components
Checklist
Checklist
Created February 14, 2020 at 1:20 AM
Updated February 14, 2020 at 4:26 AM
Resolved February 14, 2020 at 4:26 AM
In DM-23490 the plate scale of LATISS was changed but the tests were not run before merging. This is breaking master:
self = <test_generateCamera.PhosimToRaftsTestCase testMethod=testGenerateCameraLatiss> def testGenerateCameraLatiss(self): """Test with LATISS in a test directory.""" content = self.runGenerateCamera(["latiss", "lsstCam", os.path.curdir]) self.assertEqual(content["name"], "LATISS") > self.assertEqual(content["plateScale"], 20.0) E AssertionError: 10.112 != 20.0
I will fix the plate scale in the tests.