diff options
author | dkazanc <dkazanc@hotmail.com> | 2019-02-18 14:48:29 +0000 |
---|---|---|
committer | dkazanc <dkazanc@hotmail.com> | 2019-02-18 14:48:29 +0000 |
commit | 787b534643d5b4cad4e6f8d9c4b524b52d804348 (patch) | |
tree | c7b070ca2950b8abeaad93b6b295465a8dbe1413 /Wrappers/Python/conda-recipe | |
parent | 69219dd3d69cc644bc858986ba71ee02e8e1952f (diff) | |
download | regularization-787b534643d5b4cad4e6f8d9c4b524b52d804348.tar.gz regularization-787b534643d5b4cad4e6f8d9c4b524b52d804348.tar.bz2 regularization-787b534643d5b4cad4e6f8d9c4b524b52d804348.tar.xz regularization-787b534643d5b4cad4e6f8d9c4b524b52d804348.zip |
TGV3D_GPU added, demos updated fpr Python/Matlab
Diffstat (limited to 'Wrappers/Python/conda-recipe')
-rwxr-xr-x | Wrappers/Python/conda-recipe/run_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/conda-recipe/run_test.py b/Wrappers/Python/conda-recipe/run_test.py index 37b9dcc..21f3216 100755 --- a/Wrappers/Python/conda-recipe/run_test.py +++ b/Wrappers/Python/conda-recipe/run_test.py @@ -303,7 +303,7 @@ class TestRegularisers(unittest.TestCase): 'input' : u0,\
'regularisation_parameter':0.04, \
'alpha1':1.0,\
- 'alpha0':0.7,\
+ 'alpha0':2.0,\
'number_of_iterations' :250 ,\
'LipshitzConstant' :12 ,\
}
|