summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-22 11:07:54 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-22 11:07:54 +0200
commitc728696d9aaf7e18a018e07af3e3a0d9725db991 (patch)
treef1711aff5f415ad97334c322978a9f59764d59cb /examples
parent2a8c86cdad1948ad3c907ad8de2ec14d0d689a2e (diff)
pep8 error detected and corrected
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/plot_gromov_barycenter.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/plot_gromov_barycenter.py b/examples/plot_gromov_barycenter.py
index 753bdc8..6b29687 100755
--- a/examples/plot_gromov_barycenter.py
+++ b/examples/plot_gromov_barycenter.py
@@ -90,8 +90,8 @@ def im2mat(I):
square = pl.imread('../data/square.png').astype(np.float64)[:, :, 2]
-cross = pl.imread('../data/cross.png').astype(np.float64)[:, :, 2]
-triangle = pl.imread('../data/triangle.png').astype(np.float64)[:, :, 2]
+cross = pl.imread('../data/cross.png').astype(np.float64)[:, :, 2]
+triangle = pl.imread('../data/triangle.png').astype(np.float64)[:, :, 2]
star = pl.imread('../data/star.png').astype(np.float64)[:, :, 2]
shapes = [square, cross, triangle, star]