summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/plot_OTDA_color_images.py2
-rw-r--r--examples/plot_OTDA_mapping_color_images.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/plot_OTDA_color_images.py b/examples/plot_OTDA_color_images.py
index 7ddaa2b..b19cfe3 100644
--- a/examples/plot_OTDA_color_images.py
+++ b/examples/plot_OTDA_color_images.py
@@ -142,4 +142,4 @@ pl.subplot(2,3,6)
pl.imshow(I2te)
pl.title('Image 2 Adapt (reg)')
-pl.show() \ No newline at end of file
+pl.show()
diff --git a/examples/plot_OTDA_mapping_color_images.py b/examples/plot_OTDA_mapping_color_images.py
index 0cd6c9c..fbb9ee4 100644
--- a/examples/plot_OTDA_mapping_color_images.py
+++ b/examples/plot_OTDA_mapping_color_images.py
@@ -155,4 +155,4 @@ pl.subplot(2,3,6)
pl.imshow(I1tn)
pl.title('Im. 1 nonlinear mapping')
-pl.show() \ No newline at end of file
+pl.show()