Skip to content

Commit

Permalink
Try a different reltol.
Browse files Browse the repository at this point in the history
  • Loading branch information
1ozturkbe committed Nov 25, 2019
1 parent 78c1c91 commit daf26c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robust/testing/t_primitives.py
Expand Up @@ -112,7 +112,7 @@ def test_methods(self):
# method['name'] + '_' + uncertainty_set)
self.assertTrue(sol.almost_equal(pickle.load(open(os.path.dirname(__file__) +
'/diffs/test_methods/' +
method['name'] + '_' + uncertainty_set)), reltol=1e-4))
method['name'] + '_' + uncertainty_set)), reltol=1e-2))

TESTS = [TestPrimitives]

Expand Down

0 comments on commit daf26c9

Please sign in to comment.