Skip to content

Commit

Permalink
Merge pull request #40 from lsst/tickets/DM-39605
Browse files Browse the repository at this point in the history
DM-39605: Use butler.dimensions rather than butler.registry.dimensions
  • Loading branch information
timj committed Jun 13, 2023
2 parents 4dfc89c + 65eeb7e commit 5325415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin.src/exportGraphInputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
args = parser.parse_args()

butler = Butler(args.butler)
graph = QuantumGraph.loadUri(args.graph, universe=butler.registry.dimensions)
graph = QuantumGraph.loadUri(args.graph, universe=butler.dimensions)

# dataset_types_to_save = ("brightObjectMask", "ps1_pv3_3pi_20170110",
# "jointcal_photoCalib", "jointcal_wcs", "bias",
Expand Down

0 comments on commit 5325415

Please sign in to comment.