Skip to content

Commit dfaaf7b

Browse files
committed
typo example
1 parent 9c82f38 commit dfaaf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot_compute_wasserstein_circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def pdf_von_Mises(theta, mu, kappa):
107107
for i in range(n_try):
108108
w2_circle = ot.wasserstein_circle(xs2.T, xts2[i].T, p=2)
109109
w2 = ot.wasserstein_1d(xs2.T, xts2[i].T, p=2)
110-
w_lcot = ot.linear_circular_ot(xs2.T, xts2[i].T, p=2)
110+
w_lcot = ot.linear_circular_ot(xs2.T, xts2[i].T)
111111

112112
L_w2_circle[i] = w2_circle
113113
L_w2[i] = w2

0 commit comments

Comments
 (0)