Skip to content
Snippets Groups Projects
Commit b043e667 authored by Jenni Rinker's avatar Jenni Rinker
Browse files

Merge branch 'FW_renamed' into 'master'

updated fusedwake import to the new naming convention

See merge request !41
parents 038b3d53 8f4d836e
No related branches found
No related tags found
1 merge request!94Handle disabled mpi
......@@ -54,7 +54,7 @@ class FusedWakeNOJWakeModel(FusedWakeModel):
def try_me():
if __name__ == '__main__':
from fusedwake import fusedwake
import fusedwake
import os
import matplotlib.pyplot as plt
hornsrev_yml = os.path.dirname(fusedwake.__file__) + "/../examples/hornsrev.yml"
......
......@@ -5,7 +5,6 @@ Created on 19/04/2018
'''
import os
from fusedwake import fusedwake
import numpy as np
from topfarm.cost_models.fused_wake_wrappers import FusedWakeGCLWakeModel
from topfarm.cost_models.utils.wind_resource import WindResource
......
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