fix: validate rotation scan instead of running it
Docs build and publish / docker (push) Successful in 12s
CI / lint (push) Successful in 32s
CI / test (3.12) (push) Canceled after 34s
CI / test (3.13) (push) Canceled after 31s
CI / test (3.14) (push) Canceled after 29s
CI / test-with-beamline-plugins (pxi_bec) (push) Canceled after 26s
CI / test-with-beamline-plugins (pxii_bec) (push) Canceled after 24s
CI / test-with-beamline-plugins (pxiii_bec) (push) Canceled after 20s
CI / test-with-coverage (push) Canceled after 19s
CI / coverage-analysis (push) Canceled after 0s
Build and Publish / release (push) Successful in 18s

This commit was merged in pull request #206.
This commit is contained in:
2026-09-09 12:04:30 +02:00
committed by perl_d
parent 39c4dc9a10
commit 343923391d
+1 -1
View File
@@ -1402,7 +1402,7 @@ class AareDAQ:
run_async=True,
)
else:
self._devs.aerotech.rotation_scan(
self._devs.aerotech.validate_rotation_scan(
rotation_deg=request.steps * request.incr_omega_deg,
time_sec=total_time,
start_pos_deg=request.start_omega_deg,