Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:0.25
-
Epic Link:
-
Sprint:AP S18-5
-
Team:Alert Production
Description
Modernize usage of ndarray in afw pybind11 wrappers, to eliminate a source of compiler warnings and future incompatibility
Remove python 2 compatibility code
Most of this is trivial and mechanical and needs only a casual glance. There is one usage of importing str from the future package as futurestring that is nontrivial but I believe it is correct. Also a cast in citizen I'm not positive about – but that's existing code and I was afraid to touch it, other than changing future's long to standard int.
Jenkins passes.