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

fix testing issue

parent a0a25828
No related branches found
No related tags found
1 merge request!42- multistart with position shufling implemented
Pipeline #
'''
Created on 19/04/2018
@author: Mads
'''
import os
import numpy as np
from topfarm.cost_models.fused_wake_wrappers import FusedWakeGCLWakeModel
from topfarm.cost_models.utils.wind_resource import WindResource
......
......@@ -57,7 +57,7 @@ def single_start_example(id, maxiter=5, plot_comp=None):
def try_me():
if __name__ == '__main__':
print(run(4, single_start_example)[0])
print(run(4, single_start_example)[0], 2)
print(single_start_example(0, 10))
......
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