summaryrefslogtreecommitdiff
path: root/examples/plot_WDA.py
diff options
context:
space:
mode:
authorAlexandre Gramfort <alexandre.gramfort@m4x.org>2017-07-12 23:19:09 +0200
committerAlexandre Gramfort <alexandre.gramfort@m4x.org>2017-07-20 14:05:12 +0200
commitda21b9888e77f7512727a4f50c60bd475e2c9606 (patch)
tree3291e5149101f51d73c32daa46d856321b9166dc /examples/plot_WDA.py
parent6d7fd7e9faffa777cef222bdfc48c7ad732ab950 (diff)
pep8
Diffstat (limited to 'examples/plot_WDA.py')
-rw-r--r--examples/plot_WDA.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/plot_WDA.py b/examples/plot_WDA.py
index 8a44022..9eb8693 100644
--- a/examples/plot_WDA.py
+++ b/examples/plot_WDA.py
@@ -9,8 +9,7 @@ Wasserstein Discriminant Analysis
import numpy as np
import matplotlib.pylab as pl
-import ot
-from ot.datasets import get_1D_gauss as gauss
+
from ot.dr import wda, fda