From c728696d9aaf7e18a018e07af3e3a0d9725db991 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Wed, 22 Apr 2020 11:07:54 +0200 Subject: pep8 error detected and corrected --- examples/plot_gromov_barycenter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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] -- cgit v1.2.3