summaryrefslogtreecommitdiff
path: root/examples/plot_WDA.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-07-06 09:22:52 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-07-06 09:22:52 +0200
commit382aa0ec377721eb7ce905fc77fde61494d459d2 (patch)
treea57451bbc65eb80996be507d47230b36a3c0629e /examples/plot_WDA.py
parent20547ee48dbc5dd0f3127983e22c48e18260e35f (diff)
update notebook
Diffstat (limited to 'examples/plot_WDA.py')
-rw-r--r--examples/plot_WDA.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plot_WDA.py b/examples/plot_WDA.py
index d96b27f..5fa2ab1 100644
--- a/examples/plot_WDA.py
+++ b/examples/plot_WDA.py
@@ -56,7 +56,7 @@ Pfda,projfda = fda(xs,ys,p)
#%% Compute WDA
p=2
-reg=1e-1
+reg=1e0
k=10
maxiter=100