diff options
author | Daniil Kazantsev <dkazanc3@googlemail.com> | 2019-02-18 14:51:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-18 14:51:50 +0000 |
commit | 18aa759ad4f7052498987b98f5f1fff9207c217d (patch) | |
tree | 8efbe1fd00a9ee8ece117e753651abd2f77afd66 /Wrappers/Python/conda-recipe | |
parent | 1942bbd0dca7eb37a85c7c40641643b1e1e51276 (diff) | |
parent | 787b534643d5b4cad4e6f8d9c4b524b52d804348 (diff) | |
download | regularization-18aa759ad4f7052498987b98f5f1fff9207c217d.tar.gz regularization-18aa759ad4f7052498987b98f5f1fff9207c217d.tar.bz2 regularization-18aa759ad4f7052498987b98f5f1fff9207c217d.tar.xz regularization-18aa759ad4f7052498987b98f5f1fff9207c217d.zip |
Merge pull request #98 from vais-ral/TGV3D
TGV 3D CPU/GPU
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 ,\
}
|