consistent TODO

This commit is contained in:
NichtJens
2024-01-15 21:41:35 +01:00
committed by Auf keinen Fall Jens
parent f2c6551233
commit fa99428ee0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from sf_daq_broker.detector.detector_config import configured_detectors_for_beam
from sf_daq_broker.utils import get_writer_request
PEDESTAL_FRAMES=3000
# TODO : put in in config
#TODO: put in in config
DIR_NAME_RUN_INFO = "run_info"
_logger = logging.getLogger(__name__)
+1 -1
View File
@@ -107,7 +107,7 @@ def postprocess_raw(
else:
batch_ind = index[batch_range]
# TODO: avoid unnecessary buffers
#TODO: avoid unnecessary buffers
read_buffer_view = read_buffer[: len(batch_ind)]
out_buffer_view = out_buffer[: len(batch_ind)]