Skip to content

ComponentAccumulator cleanup

Walter Lampl requested to merge wlampl/athena:CA_cleanup into master

Remove

self._eventInputs=set() #List of items (as strings) to be read from the input (required at least for BS-reading). and self._outputPerStream={} #Dictionary of {streamName,set(items)}, all as strings

from the ComponentAccumulator class. Those are leftovers from the early prototyping phase

Merge request reports