Details
-
Type:
Improvement
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: shapelet
-
Labels:
Description
test_hermiteTransformMatrix.py produces the following warning (twice):
tests/test_hermiteTransformMatrix.py::HermiteTransformMatrixTestCase::testTransformMatrix
|
/Users/rowen/UW/LSST/lsstsw3/miniconda/lib/python3.6/site-packages/numpy/lib/polynomial.py:1187: FutureWarning: In the future extra properties will not be copied across when constructing one poly1d from another
|
other = poly1d(other)
|
This appears to be a legitimate issue but I confess I'm not sure what to do about it.
Attachments
Issue Links
- mentioned in
-
Page Loading...
I'm quite certain that we're not relying on any extra attributes being copied. I'd guess NumPy has a way to squash the warning by acknowledging somehow (i.e. with some keyword argument) that you accept the changed behavior.