Skip to content

Commit

Permalink
Reduce places.
Browse files Browse the repository at this point in the history
  • Loading branch information
1ozturkbe committed Dec 12, 2019
1 parent 8fbcbdf commit cfeaa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robust/testing/t_primitives.py
Expand Up @@ -114,7 +114,7 @@ def test_methods(self):
'/diffs/test_methods/' +
method['name'] + '_' + uncertainty_set))
for vk in m.varkeys:
self.assertAlmostEqual(sol(vk), prev_sol(vk), places=6)
self.assertAlmostEqual(sol(vk), prev_sol(vk), places=5)

TESTS = [TestPrimitives]

Expand Down

0 comments on commit cfeaa70

Please sign in to comment.