From 3088a0b365c005b0ffa058ec9f1be39851147491 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 14 Jul 2009 00:11:37 +0000 Subject: [PATCH] Reduced the tolerances on the simulation, because the tight tols fail on cygwin. --- Cantera/python/examples/reactors/surf_pfr_sim/surf_pfr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/python/examples/reactors/surf_pfr_sim/surf_pfr.py b/Cantera/python/examples/reactors/surf_pfr_sim/surf_pfr.py index c6e730dc2..a109b095d 100644 --- a/Cantera/python/examples/reactors/surf_pfr_sim/surf_pfr.py +++ b/Cantera/python/examples/reactors/surf_pfr_sim/surf_pfr.py @@ -119,7 +119,7 @@ for n in range(NReactors): sim = ReactorNet([upstream, r, downstream]) # set relative and absolute tolerances on the simulation - sim.setTolerances(rtol = 1.0e-4, atol = 1.0e-13) + sim.setTolerances(rtol = 1.0e-3, atol = 1.0e-11) time = 0 while 1 > 0: