From 34034d72775a681f5ec171f4350d8e21812dcd8a Mon Sep 17 00:00:00 2001 From: Margaret Duff Date: Thu, 17 Oct 2024 16:07:50 +0000 Subject: [PATCH] Kill more stars --- Wrappers/Python/cil/optimisation/algorithms/SIRT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wrappers/Python/cil/optimisation/algorithms/SIRT.py b/Wrappers/Python/cil/optimisation/algorithms/SIRT.py index 76b621612..661f37ca8 100644 --- a/Wrappers/Python/cil/optimisation/algorithms/SIRT.py +++ b/Wrappers/Python/cil/optimisation/algorithms/SIRT.py @@ -201,7 +201,7 @@ def update(self): r""" Performs a single iteration of the SIRT algorithm - .. math:: x^{k+1} = \mathrm{proj}_{C}( x^{k} + \omega * D ( A^{T} ( M * (b - Ax) ) ) ) + .. math:: x^{k+1} = \mathrm{proj}_{C}( x^{k} + \omega D ( A^{T} ( M *(b - Ax) ) ) ) """