tlpipe.timestream.barrier.Barrier¶
-
class
tlpipe.timestream.barrier.Barrier(parameter_file_or_dict=None, feedback=2)[source]¶ Barrier the iterative pipeline flow before executing its following tasks.
This inherits from
DoNothingjust for convenient use.Attributes
cacheableOverride to return True if caching results is implemented. embarrassingly_parallelizableOverride to return True if next() is trivially parallelizeable. historyHistory that will be added to the output file. params_initprefixMethods
finish()next(input)setup()show_params()Show all parameters that can be set and their default values of this task.