diff --git a/tests/integration/test_models/standard_model_tests.py b/tests/integration/test_models/standard_model_tests.py index c2a5502beb..bac6f9c860 100644 --- a/tests/integration/test_models/standard_model_tests.py +++ b/tests/integration/test_models/standard_model_tests.py @@ -114,8 +114,8 @@ def test_sensitivities( self.test_processing_disc() # Use tighter default tolerances for testing - self.solver.rtol = 1e-12 - self.solver.atol = 1e-12 + self.solver.rtol = 1e-8 + self.solver.atol = 1e-8 self.solution = self.solver.solve( self.model, t_eval, inputs=inputs, calculate_sensitivities=True