summaryrefslogtreecommitdiff
path: root/ot/datasets.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-10-24 16:53:34 +0200
committerRémi Flamary <remi.flamary@gmail.com>2016-10-24 16:53:34 +0200
commit176ff069483b9ba630af8a00ce5edc104168c0a2 (patch)
tree12e0a6796f21a4fe840833dd9668ffcb72ace317 /ot/datasets.py
parentaf99bcb8b307e6460e061bff205b1d1b5a575e46 (diff)
comments in modules
Diffstat (limited to 'ot/datasets.py')
-rw-r--r--ot/datasets.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ot/datasets.py b/ot/datasets.py
index 3ebc2a1..cebfdac 100644
--- a/ot/datasets.py
+++ b/ot/datasets.py
@@ -1,3 +1,7 @@
+"""
+Simple example datasets for OT
+"""
+
import numpy as np
import scipy as sp