style: reformat
CI / lint (pull_request) Successful in 42s
CI / test (3.12) (pull_request) Successful in 1m2s
CI / test (3.13) (pull_request) Successful in 1m4s
CI / test (3.14) (pull_request) Successful in 1m4s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Successful in 1m7s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Successful in 1m11s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Successful in 1m21s
CI / test-with-coverage (pull_request) Successful in 1m31s
CI / coverage-analysis (pull_request) Failing after 3s
Docs build and publish / docker (push) Successful in 8s
CI / lint (push) Successful in 30s
CI / test (3.12) (push) Canceled after 39s
CI / test (3.13) (push) Canceled after 38s
CI / test (3.14) (push) Canceled after 34s
CI / test-with-beamline-plugins (pxi_bec) (push) Canceled after 33s
CI / test-with-beamline-plugins (pxii_bec) (push) Canceled after 29s
CI / test-with-beamline-plugins (pxiii_bec) (push) Canceled after 28s
CI / test-with-coverage (push) Canceled after 24s
CI / coverage-analysis (push) Canceled after 0s
Build and Publish / release (push) Successful in 27s
CI / lint (pull_request) Successful in 42s
CI / test (3.12) (pull_request) Successful in 1m2s
CI / test (3.13) (pull_request) Successful in 1m4s
CI / test (3.14) (pull_request) Successful in 1m4s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Successful in 1m7s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Successful in 1m11s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Successful in 1m21s
CI / test-with-coverage (pull_request) Successful in 1m31s
CI / coverage-analysis (pull_request) Failing after 3s
Docs build and publish / docker (push) Successful in 8s
CI / lint (push) Successful in 30s
CI / test (3.12) (push) Canceled after 39s
CI / test (3.13) (push) Canceled after 38s
CI / test (3.14) (push) Canceled after 34s
CI / test-with-beamline-plugins (pxi_bec) (push) Canceled after 33s
CI / test-with-beamline-plugins (pxii_bec) (push) Canceled after 29s
CI / test-with-beamline-plugins (pxiii_bec) (push) Canceled after 28s
CI / test-with-coverage (push) Canceled after 24s
CI / coverage-analysis (push) Canceled after 0s
Build and Publish / release (push) Successful in 27s
This commit was merged in pull request #179.
This commit is contained in:
@@ -68,7 +68,6 @@ class RotationService:
|
||||
)
|
||||
time.sleep(smargon_time_step)
|
||||
|
||||
|
||||
self.ctx.deps.devs.aerotech.wait_till_done(timeout=int(round(total_time + 60, 0)))
|
||||
self.ctx.deps.devs.aerotech_omega = omega_start
|
||||
|
||||
|
||||
@@ -59,7 +59,6 @@ def _bec_state_to_aare_state(bec_state: str) -> BeamlineStateEnum:
|
||||
"MANUAL_SAMPLE_EXCHANGE": BeamlineStateEnum.SampleExchange,
|
||||
"BEAM_VISUALISATION": BeamlineStateEnum.BeamLocation,
|
||||
"FLUX_MEASUREMENT": BeamlineStateEnum.FluxMeasurement,
|
||||
"BEAMSTOP_ALIGNMENT": BeamlineStateEnum.BeamstopAlignment,
|
||||
"MAINTENANCE": BeamlineStateEnum.Maintenance,
|
||||
"XTAL_SNAPSHOT": BeamlineStateEnum.XtalSnapshot,
|
||||
}
|
||||
|
||||
@@ -286,11 +286,11 @@ class JFJochWrapper:
|
||||
logger.debug(status)
|
||||
if status.message_severity == "error":
|
||||
raise self._jfjoch_error(
|
||||
f"JFJoch status message has error severity after waiting for arm: {status.message}",
|
||||
error=RuntimeError(status.message),
|
||||
operation="POST",
|
||||
endpoint="wait_until_running_post",
|
||||
)
|
||||
f"JFJoch status message has error severity after waiting for arm: {status.message}",
|
||||
error=RuntimeError(status.message),
|
||||
operation="POST",
|
||||
endpoint="wait_until_running_post",
|
||||
)
|
||||
return True
|
||||
except Exception as e:
|
||||
raise self._jfjoch_error(
|
||||
|
||||
Reference in New Issue
Block a user