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: