Skip to content

Commit e219743

Browse files
committed
airfoil clean up and versioning
1 parent b239799 commit e219743

9 files changed

+2
-0
lines changed
File renamed without changes.
File renamed without changes.

tut_eVTOL.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
# pacakgee imports
1111
import SUAVE
12+
assert SUAVE.__version__=='2.5.2', 'These tutorials only work with the SUAVE 2.5.2 release'
1213
import numpy as np
1314

1415
# module imports

tut_tailsitter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Imports
88
# ----------------------------------------------------------------------
99
import SUAVE
10+
assert SUAVE.__version__=='2.5.2', 'These tutorials only work with the SUAVE 2.5.2 release'
1011
from SUAVE.Core import Units
1112

1213
import pylab as plt

0 commit comments

Comments
 (0)