[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:
Ray Speth 2013-12-09 01:34:16 +00:00
parent b280af2af1
commit 9dd30c7116

View file

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