Skip to content

Commit

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

TESTS = [TestPrimitives]
Expand Down

0 comments on commit 1a3bf13

Please sign in to comment.