Skip to content

Commit

Permalink
Merge pull request #486 from lsst/tickets/DM-41326
Browse files Browse the repository at this point in the history
DM-41326: Adapt to removal of DimensionGraph
  • Loading branch information
TallJimbo authored Jul 25, 2024
2 parents 84a04a2 + 7898a32 commit c767eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/obs/base/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ def groupByExposure(self, files: Iterable[RawFileData]) -> list[RawExposureData]
`RawExposureData.dataId` attributes will be minimal (unexpanded)
`~lsst.daf.butler.DataCoordinate` instances.
"""
exposureDimensions = self.universe["exposure"].graph
exposureDimensions = self.universe["exposure"].minimal_group
byExposure = defaultdict(list)
for f in files:
# Assume that the first dataset is representative for the file.
Expand Down

0 comments on commit c767eb0

Please sign in to comment.