summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/test
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-02-21 12:49:59 +0000
committerEdoardo Pasca <edo.paskino@gmail.com>2018-02-21 12:49:59 +0000
commit75917255b4f0b8aae2e6ce9492a75e0f749bfb3e (patch)
tree67ee3abb9dc7a0c8b34a81cee8ecc4a6b0eb68de /Wrappers/Python/test
parentb8e4e8d89432cfaa860835d873b52e4df40d92d5 (diff)
downloadregularization-75917255b4f0b8aae2e6ce9492a75e0f749bfb3e.tar.gz
regularization-75917255b4f0b8aae2e6ce9492a75e0f749bfb3e.tar.bz2
regularization-75917255b4f0b8aae2e6ce9492a75e0f749bfb3e.tar.xz
regularization-75917255b4f0b8aae2e6ce9492a75e0f749bfb3e.zip
added TV_ROF
Diffstat (limited to 'Wrappers/Python/test')
-rw-r--r--Wrappers/Python/test/test_gpu_regularizers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/test/test_gpu_regularizers.py b/Wrappers/Python/test/test_gpu_regularizers.py
index 735a25d..75127a6 100644
--- a/Wrappers/Python/test/test_gpu_regularizers.py
+++ b/Wrappers/Python/test/test_gpu_regularizers.py
@@ -13,7 +13,7 @@ import numpy as np
import os
from enum import Enum
import timeit
-from ccpi.filters.gpu_regularizers import Diff4thHajiaboli, NML
+from ccpi.filters.gpu_regularizers import Diff4thHajiaboli, NML, GPU_ROF_TV
###############################################################################
def printParametersToString(pars):
txt = r''