Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ip_diffim
-
Labels:
-
Story Points:0.5
-
Epic Link:
-
Sprint:AP F18-2
-
Team:Alert Production
Description
After upgrading to numpy 1.14, `lsst.ip.diffim.dipoleFitTask` raises a new error:
python/lsst/ip/diffim/dipoleFitTask.py:303: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions. |
To use the future default and silence this warning we advise to pass `rcond=None`, to keep using the old, explicitly pass `rcond=-1`. |
It was suggested by Jim Bosch that we simply set `rcond=-1`.