summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-10-27 17:17:07 +0200
committerRémi Flamary <remi.flamary@gmail.com>2016-10-27 17:17:07 +0200
commit1c554920fbcbf15338a1cc3e50c7f27e0cb89597 (patch)
tree29a954fbf422a5ba3c23c20440cb23eb855df067 /examples
parent9ab569de69f391daad337e2d8fa17fb57a18f81c (diff)
update demo 1D
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
"""