Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_mosaic
-
Labels:None
-
Templates:customfield_11800 32641
-
Story Points:4
-
Team:Data Release Production
Description
A lot of functions in meas_mosaic take non-const reference arguments.
Some of these are actually modified (which is a problem when exposed with pybind11, see e.g. DM-10688) but a lot do not seem to be.
Audit the code adding `const` where appropriate and pybind11 workarounds where not.
Attachments
Issue Links
- mentioned in
-
Page Loading...
Jim Bosch I assume we can close this down as won't fix given that meas_mosaic is not used. I don't know how many other meas_mosaic tickets are lying around that can be closed like that.