Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/Type_Ann_core_1' into Type_Ann_c…
Browse files Browse the repository at this point in the history
…ore_1
  • Loading branch information
ashmeigh committed Jul 18, 2024
2 parents 2d004e1 + 112def8 commit f3beea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mantidimaging/gui/dialogs/cor_inspection/presenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f3beea1

Please sign in to comment.