Skip to content

Commit

Permalink
fix flake8 E128 error
Browse files Browse the repository at this point in the history
  • Loading branch information
est271 authored and ninamiolane committed Jan 28, 2020
1 parent 6838a99 commit bd4fce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geomstats/geometry/riemannian_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@ def while_loop_body(iteration, mean, variance, sq_dist):
maximum_iterations=n_max_iterations)

if last_iteration == n_max_iterations:
warnings.warn('Maximum number of iterations {} reached.'
'The mean may be inaccurate'.format(n_max_iterations))
warnings.warn('Maximum number of iterations {} reached. The '
'mean may be inaccurate'.format(n_max_iterations))

if verbose:
print('n_iter: {}, final variance: {}, final dist: {}'.format(
Expand Down

0 comments on commit bd4fce7

Please sign in to comment.