Skip to content

Commit

Permalink
Merge branch 'tickets/DM-29953'
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleGower committed Apr 29, 2021
2 parents 989803d + dc78227 commit 5377c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ctrl/bps/quantum_clustering_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def single_quantum_clustering(config, qgraph, name):
# the missing values in template.

# Gather info for name template into a dictionary.
info = data_id.to_simple()
info = data_id.byName()
info["label"] = label
info["node_number"] = number
_LOG.debug("template = %s", template)
Expand Down

0 comments on commit 5377c61

Please sign in to comment.