Skip to content

Commit 83c706c

Browse files
committed
pep cleanup
1 parent 0ce1a5e commit 83c706c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ot/da.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,8 @@ def OT_mapping_linear(xs, xt, reg=1e-6, ws=None,
692692
.. [14] Knott, M. and Smith, C. S. "On the optimal mapping of
693693
distributions", Journal of Optimization Theory and Applications
694694
Vol 43, 1984
695-
696-
.. [15] Peyré, G., & Cuturi, M. (2017). "Computational Optimal
695+
696+
.. [15] Peyré, G., & Cuturi, M. (2017). "Computational Optimal
697697
Transport", 2018.
698698
699699
@@ -1293,7 +1293,7 @@ class LinearTransport(BaseTransport):
12931293
The function estimate the optimal linear operator that align the two
12941294
empirical distributions. This is equivalent to estimating the closed
12951295
form mapping between two Gaussian distribution :math:`N(\mu_s,\Sigma_s)`
1296-
and :math:`N(\mu_t,\Sigma_t)` as proposed in [14] and discussed in
1296+
and :math:`N(\mu_t,\Sigma_t)` as proposed in [14] and discussed in
12971297
remark 2.29 in [15].
12981298
12991299
The linear operator from source to target :math:`M`
@@ -1324,8 +1324,8 @@ class LinearTransport(BaseTransport):
13241324
.. [14] Knott, M. and Smith, C. S. "On the optimal mapping of
13251325
distributions", Journal of Optimization Theory and Applications
13261326
Vol 43, 1984
1327-
1328-
.. [15] Peyré, G., & Cuturi, M. (2017). "Computational Optimal
1327+
1328+
.. [15] Peyré, G., & Cuturi, M. (2017). "Computational Optimal
13291329
Transport", 2018.
13301330
13311331
"""

0 commit comments

Comments
 (0)