From 2aeb591be6b19a93f187516495ed15f1a47be925 Mon Sep 17 00:00:00 2001 From: Oleksii Kachaiev Date: Wed, 3 May 2023 10:36:09 +0200 Subject: [DOC] Corrected spelling errors (#467) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix typos in docstrings and examples * A few more fixes * Fix ref for `center_ot_dual` function * Another typo * Fix titles formatting * Explicit empty line after math blocks * Typo: asymmetric * Fix code cell formatting for 1D barycenters * Empirical * Fix indentation for references * Fixed all WARNINGs about title formatting * Fix empty lines after math blocks * Fix whitespace line * Update changelog * Consistent Gromov-Wasserstein * More Gromov-Wasserstein consistency --------- Co-authored-by: RĂ©mi Flamary --- examples/barycenters/plot_barycenter_1D.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/barycenters/plot_barycenter_1D.py') 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 -- cgit v1.2.3