Skip to content

Commit

Permalink
alignment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Burton committed Apr 24, 2018
1 parent 628fe78 commit 29dcd53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpkitmodels/GP/aircraft/motor/motor.py
Expand Up @@ -58,8 +58,8 @@ def setup(self):
exec parse_variables(Motor.__doc__)

constraints = [W >= Qstar*Qmax*g,
Kv >= Kv_min,
Kv <= Kv_max]
Kv >= Kv_min,
Kv <= Kv_max]

return constraints

Expand Down

0 comments on commit 29dcd53

Please sign in to comment.