Skip to content

Commit cb59af5

Browse files
committed
Remove inputSchema connection dimensions
1 parent 522d39f commit cb59af5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/lsst/pipe/tasks/dcr_multiBand.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,7 @@ class DcrMeasureMergedCoaddSourcesConnections(
235235
inputSchema = cT.InitInput(
236236
doc="Input schema for measure merged task produced by a deblender or detection task",
237237
name="deepCoadd_deblendedFlux_schema",
238-
storageClass="SourceCatalog",
239-
dimensions=("tract", "patch", "band", "skymap")
238+
storageClass="SourceCatalog"
240239
)
241240
outputSchema = cT.InitOutput(
242241
doc="Output schema after all new fields are added by task",

0 commit comments

Comments
 (0)