Skip to content

Commit 05eec20

Browse files
committed
correct path function in example
1 parent 3e7eb43 commit 05eec20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot_convolutional_barycenter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@
8787
pl.axis('off')
8888
else:
8989
# call to barycenter computation
90-
pl.imshow(ot.convolutional_barycenter2d(A, reg, weights), cmap=cm)
90+
pl.imshow(ot.bregman.convolutional_barycenter2d(A, reg, weights), cmap=cm)
9191
pl.axis('off')
9292
pl.show()

0 commit comments

Comments
 (0)