summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/ccpi
diff options
context:
space:
mode:
authoralgol <dkazanc@hotmail.com>2018-04-17 13:05:17 +0100
committeralgol <dkazanc@hotmail.com>2018-04-17 13:05:17 +0100
commitec9b5742e243c60f2f7d31f38cd3d561c3ae3394 (patch)
tree530f73d52c3142b023673f2041ac451bfcab576b /Wrappers/Python/ccpi
parentd0a33e4f941539ba44a071cfab75d7bf9543990f (diff)
downloadregularization-ec9b5742e243c60f2f7d31f38cd3d561c3ae3394.tar.gz
regularization-ec9b5742e243c60f2f7d31f38cd3d561c3ae3394.tar.bz2
regularization-ec9b5742e243c60f2f7d31f38cd3d561c3ae3394.tar.xz
regularization-ec9b5742e243c60f2f7d31f38cd3d561c3ae3394.zip
TNV demos
Diffstat (limited to 'Wrappers/Python/ccpi')
-rw-r--r--Wrappers/Python/ccpi/filters/regularisers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/ccpi/filters/regularisers.py b/Wrappers/Python/ccpi/filters/regularisers.py
index 81deea9..e6814e8 100644
--- a/Wrappers/Python/ccpi/filters/regularisers.py
+++ b/Wrappers/Python/ccpi/filters/regularisers.py
@@ -87,7 +87,7 @@ def FGP_dTV(inputData, refdata, regularisation_parameter, iterations,
raise ValueError('Unknown device {0}. Expecting gpu or cpu'\
.format(device))
def TNV(inputData, regularisation_parameter, iterations, tolerance_param):
- return TNV_CPU_pyx(inputData,
+ return TNV_CPU(inputData,
regularisation_parameter,
iterations,
tolerance_param)