Skip to content
Snippets Groups Projects
Commit f75ade17 authored by Mads M. Pedersen's avatar Mads M. Pedersen Committed by Mads M. Pedersen
Browse files

fix issue in generate_validation_figures.py

parent 03622408
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ data_path = os.path.dirname(validation_lib.__file__) + '/data/' # path to refe
def p(ws):
# Dummy power function for wind turbine
p = 1.0
p = ws
return p
......
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