Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
courtin committed Apr 24, 2018
1 parent f872f3d commit 628fe78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gpkitmodels/GP/aircraft/motor/motor.py
Expand Up @@ -34,8 +34,7 @@ def setup(self, static, state):
static.Qmax >= Q,
v <= V_max,
i >= Q*Kv+i0,
v >= omega/Kv + i*R,
]
v >= omega/Kv + i*R]

class Motor(Model):
""" Electric Motor Model
Expand Down

0 comments on commit 628fe78

Please sign in to comment.