diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2019-02-01 10:56:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-01 10:56:46 +0000 |
commit | 5a7709e09fbf6eb5050bed748950f2f4930cfbc0 (patch) | |
tree | 635edb4dd5890e92a0f20a1ad1edf395a80cdd85 /Wrappers/Python/conda-recipe | |
parent | 55a208da580243361f6f04ed6800da40507f3681 (diff) | |
download | regularization-5a7709e09fbf6eb5050bed748950f2f4930cfbc0.tar.gz regularization-5a7709e09fbf6eb5050bed748950f2f4930cfbc0.tar.bz2 regularization-5a7709e09fbf6eb5050bed748950f2f4930cfbc0.tar.xz regularization-5a7709e09fbf6eb5050bed748950f2f4930cfbc0.zip |
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):
|