summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/demos
diff options
context:
space:
mode:
authorDaniil Kazantsev <dkazanc@hotmail.com>2018-04-10 14:59:31 +0100
committerDaniil Kazantsev <dkazanc@hotmail.com>2018-04-10 14:59:31 +0100
commit87bc83e76ead993de8e436572d89b1bd76f6cb06 (patch)
treeafbf6e343832a09abc11440c90b3ad37578de92c /Wrappers/Python/demos
parentc409bd46a39357ca14b8ae48f6242700b1576396 (diff)
downloadregularization-87bc83e76ead993de8e436572d89b1bd76f6cb06.tar.gz
regularization-87bc83e76ead993de8e436572d89b1bd76f6cb06.tar.bz2
regularization-87bc83e76ead993de8e436572d89b1bd76f6cb06.tar.xz
regularization-87bc83e76ead993de8e436572d89b1bd76f6cb06.zip
test added
Diffstat (limited to 'Wrappers/Python/demos')
-rw-r--r--Wrappers/Python/demos/demo_cpu_regularisers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/demos/demo_cpu_regularisers.py b/Wrappers/Python/demos/demo_cpu_regularisers.py
index 487bac7..50beee8 100644
--- a/Wrappers/Python/demos/demo_cpu_regularisers.py
+++ b/Wrappers/Python/demos/demo_cpu_regularisers.py
@@ -31,7 +31,7 @@ def printParametersToString(pars):
filename = os.path.join(".." , ".." , ".." , "data" ,"lena_gray_512.tif")
# read image
-Im = plt.imread(filename)
+Im = plt.imread(filename)
Im = np.asarray(Im, dtype='float32')
Im = Im/255