1 Commits

Author SHA1 Message Date
4ac8d316fb chore/actions_test
All checks were successful
CI for addams_bec / test (push) Successful in 34s
CI for addams_bec / test (pull_request) Successful in 33s
2025-09-11 15:36:47 +02:00

View File

@@ -1,4 +1,3 @@
import numpy
from bec_lib import messages
@@ -53,7 +52,7 @@ class HklFlyScan(AsyncFlyScanBase):
self._optimize_trajectory()
self.num_pos = len(self.positions) * self.burst_at_each_point
yield from self._set_position_offset()
self._check_limits()
self._check_limits(
def _calculate_positions(self):
hkls = numpy.linspace(self.start, self.stop, self.points).tolist()