From 3396ff44d94955155c38a84a08880b93cb400cca Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Tue, 7 Nov 2023 16:27:26 +0100 Subject: [PATCH] fix: fixed fupr axis_is_referenced --- ophyd_devices/galil/fupr_ophyd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ophyd_devices/galil/fupr_ophyd.py b/ophyd_devices/galil/fupr_ophyd.py index aae31fd..f44bfe3 100644 --- a/ophyd_devices/galil/fupr_ophyd.py +++ b/ophyd_devices/galil/fupr_ophyd.py @@ -40,7 +40,7 @@ class FuprGalilController(GalilController): # TODO: check if all axes are referenced in all controllers return super().all_axes_referenced() - def axis_is_referenced(self, axis_Id, axis_Id_numeric) -> bool: + def axis_is_referenced(self, axis_Id) -> bool: return self.all_axes_referenced() def all_axis_referenced(self) -> bool: