diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2019-01-10 14:15:30 +0000 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2019-01-10 14:20:59 +0000 |
commit | 9f943b6ee5018e917a032eeebfa938855502934c (patch) | |
tree | ee6303adf7670cfc57a3fc6bae6a3aba289f28ae /Wrappers/Python/ccpi | |
parent | 3b114face28547468da9e1b491c67bd5ea53603b (diff) | |
download | regularization-9f943b6ee5018e917a032eeebfa938855502934c.tar.gz regularization-9f943b6ee5018e917a032eeebfa938855502934c.tar.bz2 regularization-9f943b6ee5018e917a032eeebfa938855502934c.tar.xz regularization-9f943b6ee5018e917a032eeebfa938855502934c.zip |
fix indentation
Diffstat (limited to 'Wrappers/Python/ccpi')
-rw-r--r-- | Wrappers/Python/ccpi/filters/regularisers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/ccpi/filters/regularisers.py b/Wrappers/Python/ccpi/filters/regularisers.py index 0a65590..5dbb96a 100644 --- a/Wrappers/Python/ccpi/filters/regularisers.py +++ b/Wrappers/Python/ccpi/filters/regularisers.py @@ -191,7 +191,7 @@ def TGV(inputData, regularisation_parameter, alpha1, alpha0, iterations, LipshitzConst) else: if not gpu_enabled and device == 'gpu': - raise ValueError ('GPU is not available') + raise ValueError ('GPU is not available') raise ValueError('Unknown device {0}. Expecting gpu or cpu'\ .format(device)) def LLT_ROF(inputData, regularisation_parameterROF, regularisation_parameterLLT, iterations, |