Skip to content

Commit

Permalink
#1768 revert tol changes
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Nov 8, 2021
1 parent faf95cf commit 9edf2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_models/standard_model_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9edf2c1

Please sign in to comment.