ecoli.processes.listeners.aggregator

class ecoli.processes.listeners.aggregator.Aggregator(parameters)[source]

Bases: Step

Given a list of paths and a list of functions, this will apply the ith function to the ith path and write the results through aggregated. If a list of functions is not supplied, len is used for all paths.

defaults: Dict[str, Any]
{'funcs': (), 'paths': ()}
name = 'aggregator'
next_update(timestep, states)[source]
ports_schema()[source]
ecoli.processes.listeners.aggregator.len_plus_one(x)[source]
ecoli.processes.listeners.aggregator.len_squared(x)[source]