We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7eb43 commit 05eec20Copy full SHA for 05eec20
examples/plot_convolutional_barycenter.py
@@ -87,6 +87,6 @@
87
pl.axis('off')
88
else:
89
# call to barycenter computation
90
- pl.imshow(ot.convolutional_barycenter2d(A, reg, weights), cmap=cm)
+ pl.imshow(ot.bregman.convolutional_barycenter2d(A, reg, weights), cmap=cm)
91
92
pl.show()
0 commit comments