summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-06-11 12:05:12 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-06-11 12:05:12 +0200
commited1f8d5497a15d926b992b5a42b14dccd3eb97d4 (patch)
tree556617225d1423465c68ea1a80b63caa0112525a /examples
parent77d80f8e3d9df9d838fa19685f2a5fea2ce888fb (diff)
correct dataset function name
Diffstat (limited to 'examples')
-rw-r--r--examples/plot_OT_1D_smooth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plot_OT_1D_smooth.py b/examples/plot_OT_1D_smooth.py
index ec43279..b690751 100644
--- a/examples/plot_OT_1D_smooth.py
+++ b/examples/plot_OT_1D_smooth.py
@@ -17,7 +17,7 @@ import numpy as np
import matplotlib.pylab as pl
import ot
import ot.plot
-from ot.datasets import get_1D_gauss as gauss
+from ot.datasets import make_1D_gauss as gauss
##############################################################################
# Generate data