Skip to content

Commit

Permalink
Turning down gamma to get t_legacy to be bounded.
Browse files Browse the repository at this point in the history
  • Loading branch information
1ozturkbe committed Sep 12, 2019
1 parent ede335a commit fbdaf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robust/testing/t_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_simple_wing(self):
nominal_solution, nominal_solve_time, nominal_number_of_constraints, directly_uncertain_vars_subs = \
simulate.generate_model_properties(model, number_of_time_average_solves, number_of_iterations)
model_name = 'Simple Wing'
gammas = np.linspace(0, 1, 3)
gammas = np.linspace(0, 0.75, 3)
min_num_of_linear_sections = 3
max_num_of_linear_sections = 99
linearization_tolerance = 1e-4
Expand Down

0 comments on commit fbdaf43

Please sign in to comment.