Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c128104

Browse files
framunozFrancisco Muñoz
and
Francisco Muñoz
authored
[MRG] docs: fix missing delimeter for left (#718)
* fix: add backslash to fix the error in the documentation * refactor: delete space * Update RELEASES.md --------- Co-authored-by: Francisco Muñoz <fmunoz@ug.uchile.cl>
1 parent a11b055 commit c128104

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎RELEASES.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Added feature `grad=last_step` for `ot.solvers.solve` (PR #693)
88
- Automatic PR labeling and release file update check (PR #704)
99
- Reorganize sub-module `ot/lp/__init__.py` into separate files (PR #714)
10+
- Fix documentation in the module `ot.gaussian` (PR #718)
1011

1112
#### Closed issues
1213
- Fixed `ot.mapping` solvers which depended on deprecated `cvxpy` `ECOS` solver (PR #692, Issue #668)

‎ot/gaussian.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def bures_wasserstein_barycenter(
354354
355355
The function estimates the optimal barycenter of the
356356
empirical distributions. This is equivalent to resolving the fixed point
357-
algorithm for multiple Gaussian distributions :math:`\left{\mathcal{N}(\mu,\Sigma)\right}_{i=1}^n`
357+
algorithm for multiple Gaussian distributions :math:`\left\{\mathcal{N}(\mu,\Sigma)\right\}_{i=1}^n`
358358
:ref:`[1] <references-OT-mapping-linear-barycenter>`.
359359
360360
The barycenter still following a Gaussian distribution :math:`\mathcal{N}(\mu_b,\Sigma_b)`
@@ -452,7 +452,7 @@ def empirical_bures_wasserstein_barycenter(
452452
453453
The function estimates the optimal barycenter of the
454454
empirical distributions. This is equivalent to resolving the fixed point
455-
algorithm for multiple Gaussian distributions :math:`\left{\mathcal{N}(\mu,\Sigma)\right}_{i=1}^n`
455+
algorithm for multiple Gaussian distributions :math:`\left\{\mathcal{N}(\mu,\Sigma)\right\}_{i=1}^n`
456456
:ref:`[1] <references-OT-mapping-linear-barycenter>`.
457457
458458
The barycenter still following a Gaussian distribution :math:`\mathcal{N}(\mu_b,\Sigma_b)`

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /