From 428a9e53e632fc2c537740dc85a74476ff934a84 Mon Sep 17 00:00:00 2001
From: Maximilian Schmidt <max.schmidt@fz-juelich.de>
Date: Mon, 11 Jun 2018 16:48:24 +0900
Subject: [PATCH] Formatting of comment in utils

---
 figures/SchueckerSchmidt2017/utils.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/figures/SchueckerSchmidt2017/utils.py b/figures/SchueckerSchmidt2017/utils.py
index 2fde31d..665ea72 100644
--- a/figures/SchueckerSchmidt2017/utils.py
+++ b/figures/SchueckerSchmidt2017/utils.py
@@ -116,7 +116,9 @@ def compute_iteration(max_iter, fac_nu_ext_5E_list, theory_params, M_base, threa
         j = np.argmax(np.diff(np.mean(r, axis=1)[:, -1]))
         i += 1
         fac_nu_ext_5E_list = np.arange(fac_nu_ext_5E_list[j],
-                                       # to ensure that the array includes the last value, we add a small epsilon
+                                       # to ensure that the array
+                                       # includes the last value, we
+                                       # add a small epsilon
                                        fac_nu_ext_5E_list[j+1] + 1.e-10,
                                        10**(-(i+2.)))
 
-- 
GitLab