Skip to content

Commit 58e715f

Browse files
authored
Update examples/plot_compute_wasserstein_circle.py
1 parent 5ad161c commit 58e715f

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
@@ -181,7 +181,7 @@ def pdf_von_Mises(theta, mu, kappa):
181181
std_w2 = np.std(L_w2, axis=0)
182182

183183
m_lcot = np.mean(L_lcot, axis=0)
184-
std_lcot = np.mean(L_lcot, axis=0)
184+
std_lcot = np.std(L_lcot, axis=0)
185185

186186
pl.figure(1)
187187
pl.plot(kappas, m_w2, label="Wasserstein")

0 commit comments

Comments
 (0)