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: Edoardo Pasca <edo.paskino@gmail.com>
Signed-off-by: Margaret Duff <43645617+MargaretDuff@users.noreply.github.com>
  • Loading branch information
MargaretDuff and paskino authored Sep 14, 2023
1 parent f4eba6a commit 3109a9f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ def __init__(self,
self._gradient = None
self._domain = None

# Print stopping information (iterations and tolerance error) of FGP algorithm used to solve the dual problem of the Total Variation Denoising problem (ROF)
self.info = info
if self.info:
warnings.warn(" `info` is deprecate. Please use logging instead.")
Expand Down

0 comments on commit 3109a9f

Please sign in to comment.