Skip to content

Commit

Permalink
fixed regionTimeInfo name and storage class
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerenjie committed Jul 17, 2024
1 parent fb13878 commit fd9279d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/ap/association/mpSkyEphemerisQuery.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ class MPSkyEphemerisQueryConnections(PipelineTaskConnections,

predictedRegionTime = pipeBase.connectionTypes.Input(
doc="The predicted exposure region and time",
name="predictedRegionTime",
storageClass="regionTimeInfo",
name="regionTimeInfo",
storageClass="RegionTimeInfo",
dimensions={"instrument", "group", "detector"},
)

Expand Down

0 comments on commit fd9279d

Please sign in to comment.