Skip to content

Commit

Permalink
Update file paths for examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
misi9170 committed Feb 2, 2024
1 parent 5992bda commit 3dc1960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flasc/utilities/utilities_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def load_floris_smarteole(wake_model="gch", wd_std=0.0):

# Use the local FLORIS GCH/CC model for the wake model settings
root_path = (
Path(__file__).resolve().parents[1] / "examples_smarteole" / "floris_input_smarteole"
Path(__file__).resolve().parents[2] / "examples_smarteole" / "floris_input_smarteole"
)
fn = root_path / "{:s}.yaml".format(wake_model)

Expand Down Expand Up @@ -71,7 +71,7 @@ def load_floris_artificial(wake_model="gch", wd_std=0.0, pP=None):

# Use the local FLORIS GCH/CC model for the wake model settings
root_path = (
Path(__file__).resolve().parents[1] / "examples_artificial_data" / "floris_input_artificial"
Path(__file__).resolve().parents[2] / "examples_artificial_data" / "floris_input_artificial"
)
fn = root_path / "{:s}.yaml".format(wake_model)

Expand Down

0 comments on commit 3dc1960

Please sign in to comment.