assertValidInitOutput¶
-
lsst.pipe.base.testUtils.
assertValidInitOutput
(task)¶ Test that a constructed task conforms to its own init-connections.
- Parameters
- task
lsst.pipe.base.PipelineTask
The task whose connections need validation.
- task
- Raises
- AssertionError:
Raised if
task
does not have the state expected fromtask's
connections.