w
CI for csaxs_bec / test (pull_request) Failing after 34s
CI for csaxs_bec / test (push) Failing after 36s

This commit is contained in:
2025-12-10 07:25:38 +01:00
parent e70974d254
commit b0193f8df9
@@ -510,7 +510,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
"""Monitor data emission after scan is done."""
while not self._scan_done_thread_kill_event.is_set():
while self._start_monitor_async_data_emission.wait():
if self._current_data_index == self._num_total_triggers:
if self._current_data_index == self.scan_info.msg.num_points:
for callback in self._scan_done_callbacks:
callback()