Skip to content

Commit

Permalink
Oops, fixing parens.
Browse files Browse the repository at this point in the history
  • Loading branch information
1ozturkbe committed Nov 26, 2019
1 parent ac975c6 commit ca724ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions robust/testing/t_primitives.py
Expand Up @@ -112,8 +112,8 @@ 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-2, sens_abstol=1e-2), reltol=1e-2))
method['name'] + '_' + uncertainty_set)),
reltol=1e-2, sens_abstol=1e-2))

TESTS = [TestPrimitives]

Expand Down

0 comments on commit ca724ba

Please sign in to comment.