Skip to content

Commit 239b80d

Browse files
committed
Fixup
1 parent ef7f0ae commit 239b80d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/lsst/pipe/tasks/multiBand.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,8 +744,8 @@ def __init__(self, schema=None, peakSchema=None, refObjLoader=None, initInputs=N
744744
super().__init__(**kwargs)
745745
self.deblended = self.config.inputCatalog.startswith("deblended")
746746
self.inputCatalog = "Coadd_" + self.config.inputCatalog
747-
if initInputs is not None:
748-
schema = initInputs['inputSchema'].schema
747+
# if initInputs is not None:
748+
# schema = initInputs['inputSchema'].schema
749749
if schema is None:
750750
raise ValueError("Schema must be defined.")
751751
self.schemaMapper = afwTable.SchemaMapper(schema)

0 commit comments

Comments
 (0)