Skip to content

Commit

Permalink
Tweaked test weights
Browse files Browse the repository at this point in the history
  • Loading branch information
courtin committed Apr 23, 2018
1 parent b6cd2d2 commit 06b529a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpkitmodels/GP/aircraft/prop/prop_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def ME_eta_test():
p = Propeller()
pp = p.flight_model(p,fs)
pp.substitutions[pp.T] = 100
pp.cost = 1./pp.eta + pp.Q/(100.*units("N*m")) + p.T_m/(1000*units('N'))
pp.cost = 1./pp.eta + pp.Q/(1000.*units("N*m")) + p.T_m/(1000*units('N'))
sol = pp.localsolve(iteration_limit = 400)

def test():
Expand Down

0 comments on commit 06b529a

Please sign in to comment.