From effa8129f2ce8d5fa4fa206426c612c478708811 Mon Sep 17 00:00:00 2001 From: Callum Forrester Date: Tue, 25 Jun 2024 14:29:24 +0100 Subject: [PATCH] Fix i22 system test failure (#647) --- src/dodal/beamlines/i22.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dodal/beamlines/i22.py b/src/dodal/beamlines/i22.py index a56c4c515e..c2040ee5a8 100644 --- a/src/dodal/beamlines/i22.py +++ b/src/dodal/beamlines/i22.py @@ -360,6 +360,7 @@ def oav( x_pixel_size=(3.45e-3, "mm"), # Double check this figure y_pixel_size=(3.45e-3, "mm"), description="AVT Mako G-507B", + distance=(-1.0, "m"), ), directory_provider=get_directory_provider(), )