Skip to content
Snippets Groups Projects
Commit 428a9e53 authored by Maximilian Schmidt's avatar Maximilian Schmidt
Browse files

Formatting of comment in utils

parent 4b204f78
No related branches found
No related tags found
1 merge request!1Add all necessary files for the multi-area model
......@@ -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.)))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment