Skip to content

Commit

Permalink
M to model
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburton committed Nov 16, 2017
1 parent ea2c183 commit e4277db
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[M.JHO.emp.vtail.Vv] = 0.04
model.substitutions[model.JHO.emp.vtail.Vv] = 0.04
model.cost = 1/model["t_Mission/Loiter"]
model.localsolve("mosek")

Expand Down

0 comments on commit e4277db

Please sign in to comment.