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/plot_Intro_OT.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/plot_Intro_OT.py') diff --git a/examples/plot_Intro_OT.py b/examples/plot_Intro_OT.py index 219aa51..1c51360 100644 --- a/examples/plot_Intro_OT.py +++ b/examples/plot_Intro_OT.py @@ -67,7 +67,7 @@ help(ot.dist) # We extracted from this search their positions and generated fictional # production and sale number (that both sum to the same value). # -# We have acess to the position of Bakeries ``bakery_pos`` and their +# We have access to the position of Bakeries ``bakery_pos`` and their # respective production ``bakery_prod`` which describe the source # distribution. The Cafés where the croissants are sold are defined also by # their position ``cafe_pos`` and ``cafe_prod``, and describe the target @@ -166,10 +166,10 @@ time_emd = time.time() - start # The function returns the transport matrix, which we can then visualize (next section). ############################################################################## -# Transportation plan vizualization +# Transportation plan visualization # ````````````````````````````````` # -# A good vizualization of the OT matrix in the 2D plane is to denote the +# A good visualization of the OT matrix in the 2D plane is to denote the # transportation of mass between a Bakery and a Café by a line. This can easily # be done with a double ``for`` loop. # -- cgit v1.2.3