Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_base
-
Labels:None
-
Team:Architecture
Description
When running multibandDriver.py on a fairly large dataset (see DM-6816), I am encountering many error messages along the lines of:
5547 FATAL multiBandDriver.measureCoaddSources.deblend: SourceDeblendTask.metadata.add(name='runEndInvoluntaryContextSwitches', value=13810175634) failed with error=Overflow error converting to int
|
7769 FATAL multiBandDriver.measureCoaddSources.match.refObjLoader: LoadAstrometryNetObjectsTask.metadata.add(name='loadSkyCircleStartInvoluntaryContextSwitches', value=9892578161) failed with error=Overflow error converting to int
|
So it seems this is a bug in daf_base's PropertySet/PropertyList add function. Might this be related to the py3 conversion?
Also note that this is not FATAL in the sense that it does not bring the whole run to a halt.
Thank you KT!