summaryrefslogtreecommitdiff
path: root/examples/demo_OTDA_mapping.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo_OTDA_mapping.py')
-rw-r--r--examples/demo_OTDA_mapping.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo_OTDA_mapping.py b/examples/demo_OTDA_mapping.py
index f5da2ff..7a9af61 100644
--- a/examples/demo_OTDA_mapping.py
+++ b/examples/demo_OTDA_mapping.py
@@ -11,7 +11,7 @@ import ot
#%% dataset generation
-np.random.seed(0)
+np.random.seed(0) # makes example reproducible
n=100 # nb samples in source and target datasets
theta=2*np.pi/20