Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:None
-
Story Points:4
-
Epic Link:
-
Sprint:AP F19-4 (2H September)
-
Team:Alert Production
Description
GenericMap has unit tests in both C++ and Python, but they do not actually pass data between the two languages. It would be helpful to verify that a Python object can be correctly retrieved (as a Storable) in C++, and that objects added from C++ can be modified from Python.
However, I don't see a way to write such tests without pybind11-wrapping test functions written in C++, so some caution should be taken to ensure the wrappers don't pollute the Python API.
Attachments
Issue Links
- is blocked by
-
DM-17981 Create heterogenous map
- Done
Adding to AP F19-1, since the review for
DM-19575made me a bit nervous about whether cross-language support actually works as intended.