summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/demo_OT_1D.py2
-rw-r--r--examples/demo_OT_2D_samples.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/demo_OT_1D.py b/examples/demo_OT_1D.py
index abc851d..fc2cbcf 100644
--- a/examples/demo_OT_1D.py
+++ b/examples/demo_OT_1D.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
-Created on Fri Oct 21 09:51:45 2016
+Demo for 1D optimal transport
@author: rflamary
"""
diff --git a/examples/demo_OT_2D_samples.py b/examples/demo_OT_2D_samples.py
index 992352c..d7de2c7 100644
--- a/examples/demo_OT_2D_samples.py
+++ b/examples/demo_OT_2D_samples.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
-Created on Fri Oct 21 09:51:45 2016
+Demo for 2D Optimal transport between empirical distributions
@author: rflamary
"""