Reduced the tolerances on the simulation, because the tight tols fail
on cygwin.
This commit is contained in:
parent
da0b227ab1
commit
3088a0b365
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue