summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/demos
diff options
context:
space:
mode:
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