Details
-
Type:
Bug
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_extensions_piff
-
Labels:None
-
Team:Data Release Production
-
Urgent?:No
Description
piff was updated to 1.1.0 on 2021-09-29. This caused the testPsfDeterminer test in meas_extensions_piff to fail.
The test gives:
ValueError: array must not contain infs or NaNs
|
But it appears that this stems from an underlying numpy problem:
E numpy.linalg.LinAlgError: Matrix is singular.
|
which is called from within self.psfDeterminer.determinePsf.
Attachments
Issue Links
- blocks
-
DM-31706 Do Release 24.0.0 of Science Pipelines
- In Progress
If a quick fix cannot be implemented, we can pin rubin-env 0.7.0 to piff < 1.1.0.