Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
olliesilvester committed Jan 15, 2025
1 parent 5bf4f72 commit b7ac4e7
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
StoreInIspyb,
)
from mx_bluesky.common.parameters.components import IspybExperimentType
from mx_bluesky.common.parameters.gridscan import GridScanWithEdgeDetect
from mx_bluesky.hyperion.experiment_plans.grid_detect_then_xray_centre_plan import (
GridDetectThenXRayCentreComposite,
grid_detect_then_xray_centre,
Expand All @@ -46,6 +45,8 @@
)
from mx_bluesky.hyperion.parameters.constants import CONST
from mx_bluesky.hyperion.parameters.gridscan import (
GridCommonWithHyperionDetectorParams,
GridScanWithEdgeDetect,
HyperionSpecifiedThreeDGridScan,
)
from mx_bluesky.hyperion.parameters.rotation import RotationScan
Expand Down Expand Up @@ -334,7 +335,9 @@ def test_ispyb_deposition_in_gridscan(
os.environ["ISPYB_CONFIG_PATH"] = CONST.SIM.DEV_ISPYB_DATABASE_CFG
grid_detect_then_xray_centre_composite.s4_slit_gaps.xgap.user_readback.sim_put(0.1) # type: ignore
grid_detect_then_xray_centre_composite.s4_slit_gaps.ygap.user_readback.sim_put(0.1) # type: ignore
ispyb_callback = GridscanISPyBCallback()
ispyb_callback = GridscanISPyBCallback(
param_type=GridCommonWithHyperionDetectorParams
)
RE.subscribe(ispyb_callback)
RE(
grid_detect_then_xray_centre(
Expand Down

0 comments on commit b7ac4e7

Please sign in to comment.