From 571b2749f2c36573197b2b61fc67ef52a86537a5 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sat, 18 Oct 2025 00:42:12 +0200 Subject: [PATCH] removed some empty lines --- dap/accumulator.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/dap/accumulator.py b/dap/accumulator.py index 1bc8a55..e539319 100644 --- a/dap/accumulator.py +++ b/dap/accumulator.py @@ -57,9 +57,7 @@ def accumulate(accumulator_addr, bsread_port): continue timestamp = tuple(results["timestamp"]) - data = pack_bsread_data(results, detector) - sorter.add(pulse_id, (timestamp, data)) ready = sorter.flush_ready()