Skip to content

Commit

Permalink
Silly me...
Browse files Browse the repository at this point in the history
  • Loading branch information
1ozturkbe committed Nov 13, 2019
1 parent 29a8d4c commit 39f9dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions robust/testing/t_primitives.py
Expand Up @@ -77,10 +77,10 @@ def test_methods(self):
nominalsolve=nominal_solution)
sol = rm.robustsolve(verbosity=0)
#sol.save(os.path.dirname(__file__) +
# 'diffs/test_methods_' +
# '/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-5))

TESTS = [TestPrimitives]
Expand Down

0 comments on commit 39f9dce

Please sign in to comment.