From 112def87ed2798c5749520aad73fca0bf49cb212 Mon Sep 17 00:00:00 2001 From: ashmeigh <56345053+ashmeigh@users.noreply.github.com> Date: Tue, 16 Jul 2024 20:38:49 +0100 Subject: [PATCH] Update presenter.py i made changes to my main by mistake --- mantidimaging/gui/dialogs/cor_inspection/presenter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mantidimaging/gui/dialogs/cor_inspection/presenter.py b/mantidimaging/gui/dialogs/cor_inspection/presenter.py index 7b4f2120541..47e83b68c19 100644 --- a/mantidimaging/gui/dialogs/cor_inspection/presenter.py +++ b/mantidimaging/gui/dialogs/cor_inspection/presenter.py @@ -108,5 +108,5 @@ def optimal_rotation_centre(self) -> ScalarCoR: return ScalarCoR(self.model.centre_value) @property - def optimal_iterations(self) -> int: - return int(self.model.centre_value) + def optimal_iterations(self): + return self.model.centre_value