Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1384 from DiamondLightSource/dodal_494_use_beamli…
Browse files Browse the repository at this point in the history
…ne_params_for_apsg_tolerance

(dodal 494) Update to match dodal changes
  • Loading branch information
d-perl authored May 20, 2024
2 parents 501168c + 585c7f6 commit cff5b6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install_requires =
# as by default pip-install will not upgrade to a pre-release.
#
ophyd == 1.9.0
ophyd-async >= 0.3a3
ophyd-async >= 0.3a5
bluesky >= 1.13.0a3
blueapi >= 0.4.3-a1
dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git
Expand Down
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
ApertureFiveDimensionalLocation,
AperturePositions,
ApertureScatterguard,
ApertureScatterguardTolerances,
SingleAperturePosition,
)
from dodal.devices.attenuator import Attenuator
Expand Down Expand Up @@ -469,6 +470,7 @@ def aperture_scatterguard(done_status, RE):
AperturePositions.MEDIUM,
AperturePositions.SMALL,
AperturePositions.ROBOT_LOAD,
tolerances=ApertureScatterguardTolerances(0.1, 0.1, 0.1, 0.1, 0.1),
),
)
with (
Expand Down

0 comments on commit cff5b6d

Please sign in to comment.