Skip to content

Commit c728696

Browse files
committed
pep8 error detected and corrected
1 parent 2a8c86c commit c728696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/plot_gromov_barycenter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ def im2mat(I):
9090

9191

9292
square = pl.imread('../data/square.png').astype(np.float64)[:, :, 2]
93-
cross = pl.imread('../data/cross.png').astype(np.float64)[:, :, 2]
94-
triangle = pl.imread('../data/triangle.png').astype(np.float64)[:, :, 2]
93+
cross = pl.imread('../data/cross.png').astype(np.float64)[:, :, 2]
94+
triangle = pl.imread('../data/triangle.png').astype(np.float64)[:, :, 2]
9595
star = pl.imread('../data/star.png').astype(np.float64)[:, :, 2]
9696

9797
shapes = [square, cross, triangle, star]

0 commit comments

Comments
 (0)