Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_tasks
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
When generating HSC pipeline graphs, I noticed a large number of deprecation warnings appear relating to MeasureMergedCoaddSourcesConnections. For example, when constructing the pipeline graph for HSC/DRP-ci_hsc.yaml:
$ pipetask build -p $DRP_PIPE_DIR/pipelines/HSC/DRP-ci_hsc.yaml --show config > /dev/null
|
py.warnings WARNING: /sdf/group/rubin/sw/conda/envs/lsst-scipipe-4.1.0/share/eups/Linux64/pipe_tasks/g3008f20bd0+85efd929dc/python/lsst/pipe/tasks/multiBand.py:261: UserWarning: MeasureMergedCoaddSourcesConnections.defaultTemplates is deprecated and no longer used. Use MeasureMergedCoaddSourcesConfig.inputCatalog.
|
warnings.warn("MeasureMergedCoaddSourcesConnections.defaultTemplates is deprecated and no longer used. "
|
The warning is generated in pipe/tasks/multiBand.py#L261 (and isn't specific to HSC).
From this Slack thread discussion, it seems as if this deprecation warning can now be safely removed.
Hi Lee,
Would you mind a quick review of this ticket?
Thanks,
-Fred