Skip to content

Commit

Permalink
Update Wrappers/Python/cil/optimisation/functions/TotalVariation.py
Browse files Browse the repository at this point in the history
Co-authored-by: Gemma Fardell <47746591+gfardell@users.noreply.github.com>
Signed-off-by: Margaret Duff <43645617+MargaretDuff@users.noreply.github.com>
  • Loading branch information
MargaretDuff and gfardell authored Aug 9, 2023
1 parent 2d6a48d commit 8698a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Wrappers/Python/cil/optimisation/functions/TotalVariation.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ def _fista_on_dual_rof(self, x, tau, out = None):
tmp = p1
p1 = p2
p2 = tmp
if self.warmstart:
self.p2=p2
if self.warmstart:
self._p2 = p2

# Print stopping information (iterations and tolerance error) of FGP_TV
if self.info:
Expand Down

0 comments on commit 8698a5a

Please sign in to comment.