From 287c659ad35f5036ba2687caf73009ef455c7239 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Tue, 20 Mar 2018 16:57:35 +0100 Subject: update example --- examples/plot_otda_linear_mapping.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/plot_otda_linear_mapping.py') diff --git a/examples/plot_otda_linear_mapping.py b/examples/plot_otda_linear_mapping.py index 163f8f1..165fe72 100644 --- a/examples/plot_otda_linear_mapping.py +++ b/examples/plot_otda_linear_mapping.py @@ -68,8 +68,8 @@ pl.plot(xst[:, 0], xst[:, 1], '+') pl.show() ############################################################################## -# Mapping Class between images -# ---------------------------- +# Load image data +# --------------- def im2mat(I): -- cgit v1.2.3