Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_extensions_psfex, meas_extensions_simpleShape, meas_modelfit, meas_mosaic, shapelet
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:AP S18-6
-
Team:Alert Production
Description
Fix ndarray compiler warnings in the few remaining packages that have not been updated.
This consists of removing
if (_import_array() < 0) {
|
PyErr_SetString(PyExc_ImportError, "numpy.core.multiarray failed to import");
|
return nullptr;
|
}
|
and import of numpy headers from pybind11 wrappers
I also took the opportunity to tweak flake8 testing as follows: