Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:4
-
Epic Link:
-
Sprint:DRP S17-1
-
Team:Data Release Production
Description
Pickling of afw objects is done in several places. This ticket involves wrapping all cases with pybind11.
The following tests have to pass (more may be added over time when encountered):
- testPickles.py
- testImagePickle.py
- testTicket2233.py
- testSourceMatch.py
- testPolygon.py
- testBackground.py
The following tests in obs_base need to pass:
- testOutputRoot.py::OutputRootTestCase::testBackup (depends on pickling of Point2I)
Fixing or removing picking support for `MatchList` objects (tested in testSourceMatch.py) has been punted to
DM-8715.