Skip to content
Snippets Groups Projects
Commit 23c475e5 authored by Mikkel Friis-Møller's avatar Mikkel Friis-Møller
Browse files

fixing test_path

updated a few more test references

Update .gitlab-ci.yml

Updated readme

small fix to yml and readme

Specify the test machine to ignore Colonel dir

correcting ignore statement
parent 7375d48e
No related branches found
No related tags found
1 merge request!94Handle disabled mpi
......@@ -5,7 +5,7 @@ Created on 25. apr. 2018
'''
import unittest
import numpy as np
from tests.test_files import testfilepath
from topfarm.tests.test_files import testfilepath
from topfarm.cost_models.fuga import py_fuga, lib_reader
from topfarm.cost_models.fuga.lib_reader import read_lib
......
......@@ -6,8 +6,8 @@ Created on 14. maj 2018
import unittest
import numpy as np
from tests.test_files import tfp
from tests.test_fuga.test_pyfuga import fuga_path
from topfarm.tests.test_files import tfp
from topfarm.tests.test_fuga.test_pyfuga import fuga_path
from topfarm.cost_models.fuga.turbine_site_list_reader import read_turbine_site_list,\
read_MR_turbine_site_list
......
......@@ -2,7 +2,7 @@ import numpy as np
from topfarm.cost_models.fused_wake_wrappers import FusedWakeGCLWakeModel
from topfarm.cost_models.utils.aep_calculator import AEPCalculator
from topfarm.cost_models.utils.wind_resource import WindResource
from tests.test_files import tfp
from topfarm.tests.test_files import tfp
from topfarm._topfarm import TopFarm
import pytest
import warnings
......
import pytest
import numpy as np
from tests.test_files import tfp
from topfarm.tests.test_files import tfp
from topfarm._topfarm import TopFarm
from topfarm.cost_models.fused_wake_wrappers import FusedWakeNOJWakeModel
from topfarm.cost_models.utils.aep_calculator import AEPCalculator
......
File moved
File moved
File moved
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