diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2019-02-01 11:09:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-01 11:09:46 +0000 |
commit | 7defd0c6cb8dd0d8443ea2fd146ba80c1aa51ee7 (patch) | |
tree | 635edb4dd5890e92a0f20a1ad1edf395a80cdd85 /Wrappers/Python/conda-recipe | |
parent | 55a208da580243361f6f04ed6800da40507f3681 (diff) | |
parent | 5a7709e09fbf6eb5050bed748950f2f4930cfbc0 (diff) | |
download | regularization-7defd0c6cb8dd0d8443ea2fd146ba80c1aa51ee7.tar.gz regularization-7defd0c6cb8dd0d8443ea2fd146ba80c1aa51ee7.tar.bz2 regularization-7defd0c6cb8dd0d8443ea2fd146ba80c1aa51ee7.tar.xz regularization-7defd0c6cb8dd0d8443ea2fd146ba80c1aa51ee7.zip |
Merge pull request #96 from vais-ral/Diff4th-rename
DIFF4th was renamed Diff4th
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 cfb3f53..3f1da77 100755 --- a/Wrappers/Python/conda-recipe/run_test.py +++ b/Wrappers/Python/conda-recipe/run_test.py @@ -2,7 +2,7 @@ import unittest import numpy as np
import os
import timeit
-from ccpi.filters.regularisers import ROF_TV, FGP_TV, SB_TV, TGV, LLT_ROF, FGP_dTV, NDF, DIFF4th
+from ccpi.filters.regularisers import ROF_TV, FGP_TV, SB_TV, TGV, LLT_ROF, FGP_dTV, NDF, Diff4th
from PIL import Image
class TiffReader(object):
|