Skip to content

Commit c817dfe

Browse files
Dimitrios AdamDimitrios Adam
authored andcommitted
White Space
1 parent c27c941 commit c817dfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

toolchain/mfc/packer/tol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def format_diagnostic_message(max_errors: typing.Tuple[typing.Optional[typing.Tu
7373
"""Format the diagnostic message showing maximum errors."""
7474
max_abs_info, max_rel_info = max_errors
7575
diagnostic_msg = ""
76-
76+
7777
if max_abs_info:
7878
filepath, var_idx, golden_val, candidate_val, abs_error, rel_error = max_abs_info
7979
rel_error_str = f"{rel_error:.2E}" if not math.isnan(rel_error) else "NaN"

toolchain/mfc/test/cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ def chemistry_cases():
10491049
'riemann_solver': riemann_solver,
10501050
'chem_params%gamma_method': gamma_method
10511051
},
1052-
override_tol=1
1052+
override_tol=10**(-12)
10531053
))
10541054

10551055
foreach_dimension()

0 commit comments

Comments
 (0)