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 <[email protected]>
Signed-off-by: Margaret Duff <[email protected]>
  • Loading branch information
MargaretDuff and gfardell committed Sep 13, 2023
1 parent df50ae3 commit e7bc6ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def _fista_on_dual_rof(self, x, tau, out = None):
self.projection_C(out, tau=None, out = out)


self.gradient.direct(out, out=p1)
self.gradient.direct(out, out=p1)

multip = (-self.L)/tau_reg_neg

Expand Down

0 comments on commit e7bc6ed

Please sign in to comment.