From db0d5abbf40910a20e81da5a927d4bd01358f3ce Mon Sep 17 00:00:00 2001 From: dryuri92 <39188804+dryuri92@users.noreply.github.com> Date: Mon, 23 Mar 2020 14:14:55 +0300 Subject: [PATCH] indented to the level small fixes --- tests/regression_tests/mg_temperature/build_2g.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/regression_tests/mg_temperature/build_2g.py b/tests/regression_tests/mg_temperature/build_2g.py index 820a3bf23..1256ca0f7 100644 --- a/tests/regression_tests/mg_temperature/build_2g.py +++ b/tests/regression_tests/mg_temperature/build_2g.py @@ -159,9 +159,9 @@ def create_macro_dict(xs_micro): xs_macro[t][r] = {} for n, v in d2.items(): temp.append(d2[n]) - # The name 'macro' is needed to store data at the same level - # of a xs_macro dictionary as for xs_micro and use it in - # function build_openmc_xs_lib + # The name 'macro' is needed to store data at the same level + # of a xs_macro dictionary as for xs_micro and use it in + # function build_openmc_xs_lib xs_macro[t][r]['macro'] = sum(temp) return xs_macro