AccumulateList#
- class caput.pipeline.tasklib.flow.AccumulateList[source]#
Bases:
caput.pipeline.tasklib.base.MPILoggedTaskAccumulate the inputs into a list and return as a group.
If group_size is None, return when the task finishes. Otherwise, return every time group_size inputs have been accumulated.