-
Type:
Story
-
Status: Done (View Workflow)
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Following the merge of PIPE2D-660, we hit a test failure in the weekly:
$HERE/test_weekly.py --raw=$DATADIR --rerun=$WORKDIR/rerun/$RERUN + /scratch/pprice/jenkins/weekly/pfs_pipe2d/weekly/test_weekly.py --raw=/projects/HSC/PFS/weekly-20210204 --rerun=/scratch/pprice/jenkins/weekly/2021-02-14/process/rerun/weekly CameraMapper INFO: Loading exposure registry from /scratch/pprice/jenkins/weekly/2021-02-14/process/registry.sqlite3 CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2021-02-14/process/CALIB/calibRegistry.sqlite3 CameraMapper INFO: Loading calib registry from /scratch/pprice/jenkins/weekly/2021-02-14/process/CALIB/calibRegistry.sqlite3 ====================================================================== FAIL: testResiduals (__main__.ArcTestCase_brn_39) (arm='b', fiberId=125) Test that wavelength fit residuals are reasonable ---------------------------------------------------------------------- Traceback (most recent call last): File "/scratch/pprice/jenkins/weekly/2021-02-14/build/stack/miniconda3-4.5.12-1172c30/Linux64/pfs_pipe2d/w.2021.07/python/pfs/pipe2d/weekly/test_weekly.py", line 126, in testResiduals self.assertFloatsAlmostEqual(median, 0.0, atol=1.0e-2) File "/scratch/pprice/jenkins/weekly/2021-02-14/build/stack/miniconda3-4.5.12-1172c30/Linux64/utils/18.1.0/python/lsst/utils/tests.py", line 735, in assertFloatsAlmostEqual testCase.assertFalse(failed, msg="\n".join(errMsg)) AssertionError: True is not false : -0.014930468680063314 != 0.0; diff=0.014930468680063314/0.014930468680063314=1.0 with rtol=2.220446049250313e-16, atol=0.01 ---------------------------------------------------------------------- Ran 1 test in 8.429s FAILED (failures=1) Build step 'Execute shell' marked build as failure