Skip to content

Commit ed1f8d5

Browse files
committed
correct dataset function name
1 parent 77d80f8 commit ed1f8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot_OT_1D_smooth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import matplotlib.pylab as pl
1818
import ot
1919
import ot.plot
20-
from ot.datasets import get_1D_gauss as gauss
20+
from ot.datasets import make_1D_gauss as gauss
2121

2222
##############################################################################
2323
# Generate data

0 commit comments

Comments
 (0)