Skip to content

Commit

Permalink
See diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
1ozturkbe committed Nov 26, 2019
1 parent 19f9398 commit e176a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robust/testing/t_primitives.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def test_methods(self):
# method['name'] + '_' + uncertainty_set)),
# reltol=1e-2, sens_abstol=1e-2))
print(sol.diff(pickle.load(open(os.path.dirname(__file__) +
'diffs/test_methods/' +
'/diffs/test_methods/' +
method['name'] + '_' + uncertainty_set))))

TESTS = [TestPrimitives]
Expand Down

0 comments on commit e176a73

Please sign in to comment.