Skip to content

Commit

Permalink
updates to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
courtin committed Apr 20, 2018
1 parent 9284707 commit 46e07bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gpkitmodels/GP/aircraft/motor/motor_test.py
Expand Up @@ -52,7 +52,6 @@ def actuator_propulsor_test():
def ME_propulsor_test():
test = MultiElement_Propulsor_Test()
sol = test.localsolve()
print sol.table()

def propulsor_test():
test = Propulsor_Test()
Expand Down
1 change: 0 additions & 1 deletion gpkitmodels/GP/aircraft/prop/prop_test.py
Expand Up @@ -26,7 +26,6 @@ def ME_eta_test():
pp.substitutions[pp.T] = 100
pp.cost = 1./pp.eta + pp.Q/(100.*units("N*m")) + p.T_m/(1000*units('N'))
sol = pp.localsolve(iteration_limit = 400)
print sol.table()


def test():
Expand Down

0 comments on commit 46e07bc

Please sign in to comment.