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`.
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Risk Score | 1 |
Reviewers | Meredith Rawls [ mrawls ] | |
Status | To Do [ 10001 ] | In Review [ 10004 ] |
Risk Score | 1 | 0 |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Sprint | AP F18-2 [ 747 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Seems reasonable and explicitly preserves the old behavior. Thanks for the quick fix!