Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Pim Schellart [X]
Pim Schellart [X]Reporter
John Swinbank
John SwinbankLabels
Reviewers
John Parejko
Story Points
1
RubinTeam
Data Release Production
Components
Sprint
None
Checklist
Checklist
Created June 13, 2017 at 4:14 PM
Updated August 29, 2017 at 8:31 AM
Resolved June 24, 2017 at 8:04 AM
Per this report on CLO, our test suite fails when run against NumPy 1.13.0:
File "tests/testSimpleTable.py", line 346, in testExtract self.assertFloatsEqual(d["a_b_c2"], catalog.get("a_b_c2")[idx]) File "/home/mnewsome/envs/lsst_maf/lsst/Linux64/utils/13.0/python/lsst/utils/tests.py", line 652, in assertFloatsEqual return assertFloatsAlmostEqual(testCase, lhs, rhs, rtol=0, atol=0, **kwargs) File "/home/mnewsome/envs/lsst_maf/lsst/Linux64/utils/13.0/python/lsst/utils/tests.py", line 568, in assertFloatsAlmostEqual diff = lhs - rhs TypeError: numpy boolean subtract, the - operator, is deprecated, use the bitwise_xor, the ^ operator, or the logical_xor function instead.
This has been promoted from a
DeprecationWarning
to aTypeError
as of NumPy 1.13.0, which was recently released.