Skip to content

Commit

Permalink
Fix path in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Jan 28, 2025
1 parent 6e82c8b commit 89f2e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/ROSCO_walkthrough.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
"\n",
"# Define openfast output filenames, please fill in your own .outb\n",
"# filenames = [\"../Test_Cases/5MW_Step/5MW_Step.outb\"]\n",
"filenames = ['Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi-RWT-UMaineSemi/IEA-15-240-RWT-UMaineSemi.outb']\n",
"filenames = ['Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/IEA-15-240-RWT-UMaineSemi.outb']\n",
"# Load output info and data\n",
"fast_out = op.load_fast_out(filenames)\n",
"\n",
Expand Down

0 comments on commit 89f2e81

Please sign in to comment.