summaryrefslogtreecommitdiff
path: root/examples/barycenters/plot_barycenter_1D.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/barycenters/plot_barycenter_1D.py')
-rw-r--r--examples/barycenters/plot_barycenter_1D.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/barycenters/plot_barycenter_1D.py b/examples/barycenters/plot_barycenter_1D.py
index 8096245..40dc444 100644
--- a/examples/barycenters/plot_barycenter_1D.py
+++ b/examples/barycenters/plot_barycenter_1D.py
@@ -4,7 +4,7 @@
1D Wasserstein barycenter demo
==============================
-This example illustrates the computation of regularized Wassersyein Barycenter
+This example illustrates the computation of regularized Wasserstein Barycenter
as proposed in [3].
@@ -80,6 +80,7 @@ plt.show()
##############################################################################
# Barycentric interpolation
# -------------------------
+
#%% barycenter interpolation
n_alpha = 11