Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Team:Alert Production
Description
Using a bleed version of the conda environment, afw test case PhotoCalibTestCase fails with the following error:
# create with non-zero fluxMag0 and err
|
photoCalib = lsst.afw.image.makePhotoCalibFromCalibZeroPoint(fluxMag0, fluxMag0Err)
|
self.assertEqual(photoCalib.getInstFluxAtZeroMagnitude(), fluxMag0)
|
> self.assertEqual(photoCalib.getCalibrationErr(), calibrationErr)
|
E AssertionError: 1617423020.8062096 != 1617423020.8062098 |
Here's the PR: https://github.com/lsst/afw/pull/441
Can you please check that this solves the issue in the new conda?
Jenkins run: https://ci.lsst.codes/blue/organizations/jenkins/stack-os-matrix/detail/stack-os-matrix/29500/pipeline