Skip to content

Commit

Permalink
ENH Add iteration report in conjugate gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Garcia committed Feb 13, 2025
1 parent c6fade8 commit 79bd512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/rtkconjugategradient/rtkconjugategradient.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def main():
conjugategradient.SetNumberOfIterations(args_info.niterations)
conjugategradient.SetDisableDisplacedDetectorFilter(args_info.nodisplaced)

# TODO REPORT_ITERATIONS(conjugategradient, ConjugateGradientFilterType, OutputImageType)
rtk.SetIterationsReportFromArgParse(args_info, conjugategradient)

conjugategradient.Update()

Expand Down

0 comments on commit 79bd512

Please sign in to comment.