Skip to content

Commit d1d905a

Browse files
committed
Fix incorrect injectExposure dimension
1 parent 524f10d commit d1d905a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lsst/source/injection/inject_exposure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
class ExposureInjectConnections( # type: ignore [call-arg]
3232
VisitInjectConnections,
33-
dimensions=("instrument", "visit", "detector"),
33+
dimensions=("instrument", "exposure", "detector"),
3434
):
3535
"""Exposure-level connections for source injection tasks."""
3636

0 commit comments

Comments
 (0)