Skip to content

Commit

Permalink
Add TODO for Ppdb config storage.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Nov 30, 2018
1 parent 599581c commit 2560d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/ap/verify/ap_verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def _measureFinalProperties(metricsJob, metadata, workspace, args):
measurements = []
measurements.extend(measureFromMetadata(metadata))
measurements.extend(measureFromButlerRepo(workspace.outputRepo, args.dataId))
# TODO: Add butler storage and retrieval of the Ppdb config. DM-16645
measurements.extend(measureFromPpdb(_getConfig(workspace).ppdb))

for measurement in measurements:
Expand Down

0 comments on commit 2560d47

Please sign in to comment.