fix: simulated bec macros
CI / lint (push) Skipped
CI / test (3.11) (push) Skipped
CI / test (3.12) (push) Skipped
CI / test (3.13) (push) Skipped
CI / test-with-beamline-plugins (pxi_bec) (push) Skipped
CI / test-with-beamline-plugins (pxii_bec) (push) Skipped
CI / test-with-beamline-plugins (pxiii_bec) (push) Skipped
CI / lint (pull_request) Failing after 46s
CI / test (3.11) (pull_request) Successful in 1m0s
CI / test (3.12) (pull_request) Successful in 1m8s
CI / test (3.13) (pull_request) Successful in 1m11s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Successful in 1m10s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Canceled after 1m12s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Canceled after 1m8s
CI / test-with-coverage (pull_request) Canceled after 1m7s
CI / coverage-analysis (pull_request) Canceled after 0s

This commit is contained in:
David Perl
2026-08-25 11:55:19 +02:00
parent e87a207452
commit af12c0d0e8
@@ -26,6 +26,8 @@ class SimulatedBecMacros(BecMacros):
def get_current_energy(): ...
@staticmethod
def mono_pitch_scan(plot=True): ...
@staticmethod
def auto_exposure(): ...
class SimulatedDispatch(DefaultDispatch):