Details
-
Type:
Improvement
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_deblender
-
Labels:None
-
Story Points:1
-
Team:Data Release Production
Description
The usage of assertTrue to perform array elementwise checks via numpy.any() or numpy.all() is discouraged. They should be replaced with assertions such as assertFloatsEqual etc... from lsst.utils.tests or with assertions from numpy.testing. In the case of the remaining assertTrue statements left in testEdges.py, it is not clear what the expected behavior is. Check the logic in testEdges.py and replace the assertTrue statements.
Attachments
Issue Links
- mentioned in
-
Page Loading...
I think the code is clear enough and it's not throwing deprecation warnings. I'm closing this as won't fix.