Skip to content

Commit

Permalink
Fix default metric configs.
Browse files Browse the repository at this point in the history
The configs needed to be updated after lsst/verify@e1015bc.
  • Loading branch information
kfindeisen committed Dec 16, 2019
1 parent fb40179 commit b5953f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default_image_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
for subConfig in chain(config.measurers["timing"].configs.values(),
config.measurers["memory"].configs.values(),
):
subConfig.connections.taskName = "apPipe"
subConfig.connections.labelName = "apPipe"
# List comprehension would be cleaner, but can't refer to config inside one
for subConfig in metadataConfigs:
config.measurers[subConfig].connections.taskName = "apPipe"
config.measurers[subConfig].connections.labelName = "apPipe"

0 comments on commit b5953f6

Please sign in to comment.