summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2019-02-01 10:56:46 +0000
committerGitHub <noreply@github.com>2019-02-01 10:56:46 +0000
commit5a7709e09fbf6eb5050bed748950f2f4930cfbc0 (patch)
tree635edb4dd5890e92a0f20a1ad1edf395a80cdd85
parent55a208da580243361f6f04ed6800da40507f3681 (diff)
downloadregularization-5a7709e09fbf6eb5050bed748950f2f4930cfbc0.tar.gz
regularization-5a7709e09fbf6eb5050bed748950f2f4930cfbc0.tar.bz2
regularization-5a7709e09fbf6eb5050bed748950f2f4930cfbc0.tar.xz
regularization-5a7709e09fbf6eb5050bed748950f2f4930cfbc0.zip
DIFF4th was renamed Diff4th
-rwxr-xr-xWrappers/Python/conda-recipe/run_test.py2
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):