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

fix testing issue

parent 36ec2ef3
No related branches found
No related tags found
1 merge request!94Handle disabled mpi
'''
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