[Test] Adjust integrator tolerances for some reactor tests
Tests of the old-style ConstPressureReactor with surface reactions were failing on Windows when using the old (non-Sundials) version of CVODE.
This commit is contained in:
parent
b280af2af1
commit
9dd30c7116
1 changed files with 2 additions and 0 deletions
|
|
@ -661,6 +661,8 @@ class TestConstPressureReactor(utilities.CanteraTest):
|
|||
|
||||
def test_with_surface_reactions(self):
|
||||
self.create_reactors(add_surf=True)
|
||||
self.net1.atol = self.net2.atol = 1e-18
|
||||
self.net1.rtol = self.net2.rtol = 1e-9
|
||||
self.integrate(surf=True)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue