Skip to content

Commit

Permalink
simulation now tests simple_ac.
Browse files Browse the repository at this point in the history
  • Loading branch information
1ozturkbe committed Sep 18, 2019
1 parent 2b498c6 commit 87dd05e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions robust/testing/t_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
from gpkit.constraints.bounded import Bounded

from robust.simulations import simulate
from robust.testing.models import simple_wing
from robust.testing.models import simple_ac

class TestSimulation(unittest.TestCase):
def test_simulate(self):
model = simple_wing()
model = Model(model.cost, Bounded(model), model.substitutions)
model = simple_ac()
number_of_time_average_solves = 3
number_of_iterations = 20
uncertainty_sets = ['elliptical']
Expand Down

0 comments on commit 87dd05e

Please sign in to comment.