Skip to content

Commit 5dc9153

Browse files
committed
fix: relax Flamelet test tolerance from 1e-10 to 1e-5 for cross-platform compatibility
1 parent 29ff379 commit 5dc9153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolchain/mfc/test/cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,7 @@ def chemistry_cases():
15981598
)
15991599
)
16001600

1601-
cases.append(define_case_f("1D -> Chemistry -> Flamelet", "examples/1D_flamelet/case.py", mods={**common_mods}, override_tol=10 ** (-10)))
1601+
cases.append(define_case_f("1D -> Chemistry -> Flamelet", "examples/1D_flamelet/case.py", mods={**common_mods}, override_tol=10 ** (-5)))
16021602

16031603
stack.push(
16041604
"1D -> Chemistry -> Dual Isothermal Wall Gradient",

0 commit comments

Comments
 (0)