Skip to content
Snippets Groups Projects
Commit 29a5c859 authored by Emmanuel Branlard's avatar Emmanuel Branlard
Browse files

No need for ae dependency in this file

parent 8e10d70d
No related branches found
No related tags found
No related merge requests found
Pipeline #5522 failed
......@@ -13,7 +13,6 @@ from builtins import int
from future import standard_library
standard_library.install_aliases()
from wetb.hawc2.ae_file import AEFile
import numpy as np
class PCFile(object):
......@@ -126,8 +125,9 @@ class PCFile(object):
if __name__ == "__main__":
pcfile = PCFile("tests/test_files/NREL_5MW_pc.txt")
aefile = AEFile("tests/test_files/NREL_5MW_ae.txt")
print (aefile.thickness(36))
#from wetb.hawc2.ae_file import AEFile
#aefile = AEFile("tests/test_files/NREL_5MW_ae.txt")
#print (aefile.thickness(36))
print (pcfile.CL(21,10)) # CL for thickness 21% and AOA=10deg
#1.358
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment