Skip to content

Commit

Permalink
airfoil clean up and versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
planes committed Mar 16, 2022
1 parent b239799 commit e219743
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions tut_eVTOL.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

# pacakgee imports
import SUAVE
assert SUAVE.__version__=='2.5.2', 'These tutorials only work with the SUAVE 2.5.2 release'
import numpy as np

# module imports
Expand Down
1 change: 1 addition & 0 deletions tut_tailsitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# Imports
# ----------------------------------------------------------------------
import SUAVE
assert SUAVE.__version__=='2.5.2', 'These tutorials only work with the SUAVE 2.5.2 release'
from SUAVE.Core import Units

import pylab as plt
Expand Down

0 comments on commit e219743

Please sign in to comment.