Skip to content
Snippets Groups Projects
Commit 532b9d71 authored by Emmanuel Branlard's avatar Emmanuel Branlard Committed by Mads M. Pedersen
Browse files

PC file has no need to depend on AE file

parent 1e40c13f
No related branches found
No related tags found
No related merge requests found
......@@ -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,6 @@ 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))
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