Skip to content

Commit

Permalink
Tidy MHK example
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Mar 27, 2024
1 parent e616cbd commit 7ff7454
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/09_floating/rm1_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

## File management
run_dir = os.path.dirname( os.path.realpath(__file__) )
wisdem_examples = os.path.join(os.path.dirname( os.path.dirname( os.path.dirname( os.path.realpath(__file__) ) ) ), "WISDEM", "examples")
fname_wt_input = run_dir + os.sep + 'RM1.yaml'
fname_modeling_options = run_dir + os.sep + 'modeling_options_MHK.yaml'
fname_analysis_options = run_dir + os.sep + 'analysis_options.yaml'
Expand Down

0 comments on commit 7ff7454

Please sign in to comment.