Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw, Continuous Integration
-
Labels:
-
Team:SQuaRE
Description
Testing_pipeQA attempts to access 'cast_Raft()' which is no longer defined. It is used in two packages:
testing_pipeQA e.g.
./testing_pipeQA/python/lsst/testing/pipeQA/QaFigures.py: raft = cameraGeom.cast_Raft(r)
./testing_pipeQA/python/lsst/testing/pipeQA/figures/FpaQaFigure.py: raft = cameraGeom.cast_Raft(r)
./testing_pipeQA/python/lsst/testing/pipeQA/figures/QaFigureUtils.py: raft = cameraGeom.cast_Raft(r)
./testing_pipeQA/python/lsst/testing/pipeQA/CameraInfo.py: raft = cameraGeom.cast_Raft(r)
And
in afw/examples (a good reason why they should be periodically tested): e.g.
./afw/examples/showCamera.py: raft = cameraGeom.cast_Raft(raft)
Attachments
Issue Links
- relates to
-
DM-80 Refactor pipeQA for new cameraGeom
- Won't Fix
In case someone is concerned that the whole stack wasn't working before this went into master...this error has been ignored by buildbot up until Thursday and up until that point, all the other packages and the old end-to-end test "worked".