Reduced the tolerances on the simulation, because the tight tols fail

on cygwin.
This commit is contained in:
Harry Moffat 2009-07-14 00:11:37 +00:00
parent da0b227ab1
commit 3088a0b365

View file

@ -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: