Skip to content

Commit

Permalink
Clean up example_06
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind authored and nikhar-abbas committed Jun 29, 2021
1 parent a36b662 commit 84de6f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Examples/example_06.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@
# Run OpenFAST
# --- May need to change fastcall if you use a non-standard command to call openfast
fastcall = 'openfast'
run_openfast(path_params['FAST_directory'], fastcall=fastcall, fastfile=path_params['FAST_InputFile'], chdir=True)
run_openfast(
os.path.join(this_dir,path_params['FAST_directory']),
fastcall=fastcall,
fastfile=path_params['FAST_InputFile'],
chdir=True
)



Expand Down

0 comments on commit 84de6f4

Please sign in to comment.