Skip to content

Commit

Permalink
Merge pull request #796 from lsst/tickets/DM-39605-pipe_tasks
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 28ea90d + 70b2ab9 commit f53ffbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_healSparseMapFormatter.py
Expand Up @@ -53,7 +53,7 @@ def tearDown(self):
def testHealSparseMapFormatter(self):
butler = Butler(self.root, run="testrun")
datasetType = DatasetType("map", [], "HealSparseMap",
universe=butler.registry.dimensions)
universe=butler.dimensions)
butler.registry.registerDatasetType(datasetType)
ref = butler.put(self.hspMap, datasetType)
uri = butler.getURI(ref)
Expand Down

0 comments on commit f53ffbb

Please sign in to comment.