Skip to content

Commit

Permalink
fix V_v error
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburton committed Nov 15, 2017
1 parent 29d8718 commit ea2c183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/jho.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def setup(self, wind=False, DF70=True):
def test():
"test method run by external CI"
model = Mission()
model.substitutions["V_v"] = 0.04
model.substitutions[M.JHO.emp.vtail.Vv] = 0.04
model.cost = 1/model["t_Mission/Loiter"]
model.localsolve("mosek")

Expand Down

0 comments on commit ea2c183

Please sign in to comment.