Skip to content
Snippets Groups Projects
Commit 52247a96 authored by David Hammer's avatar David Hammer
Browse files

Remove now irrelevant comment about filling buffer early

parent 27819e7d
No related branches found
No related tags found
1 merge request!74Refactor DetectorAssembler
......@@ -406,11 +406,6 @@ class DetectorAssembler(TrainMatcher.TrainMatcher):
self.info["trainId"] = train_id
self.rate_out.update()
def on_new_data(self, channel, data, meta):
super().on_new_data(channel, data, meta)
...
# TODO: start filling buffer early
def preReconfigure(self, conf):
super().preReconfigure(conf)
if conf.has("sourceToModuleIndex"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment