Skip to content

Commit

Permalink
remove adnumber because of substiution weird issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburton committed Apr 28, 2018
1 parent d43028e commit 35bdbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpkitmodels/GP/aircraft/wing/gustloading.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class GustL(SparLoading):
new_SbarFun = None

return_cosm1 = lambda self, c: hstack(
[adnumber(1e-10), 1-array(cos(c[self.wing.planform.eta][1:]*pi/2))])
[1e-10, 1-array(cos(c[self.wing.planform.eta][1:]*pi/2))])

def setup(self, wing, state, sp=False):
exec parse_variables(GustL.__doc__)
Expand Down

0 comments on commit 35bdbde

Please sign in to comment.