peterdsharpe / AeroSandbox

Aircraft design optimization made fast through modern automatic differentiation. Composable analysis tools for aerodynamics, propulsion, structures, trajectory design, and much more.
https://peterdsharpe.github.io/AeroSandbox/
MIT License
690 stars 111 forks source link

NameError: name 'cas' is not defined #49

Closed StepLogic closed 3 years ago

StepLogic commented 3 years ago

I get "NameError: name 'cas' is not defined" when I run the lifting line example in test aero3D

Steps to Reproduce

Expected Behavior

System Information

Other Information

peterdsharpe commented 3 years ago

Ah!

Yes, these are tests in progress. (Tests not in progress have names that begin with test_, and are hence discovered by PyTest.) The LiftingLine analysis still needs to be upgraded to be compatible with ASB v3.0.0+ syntax, so it'll be a few weeks before it's working again.

If needed, a working version of the LiftingLine analysis can be found in the latest AeroSandbox v2 version (installable with pip install aerosandbox<3). Sorry about that - we'll get it working again soon!