Skip to content

Commit

Permalink
Update tutorial_3_LUPA.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgrasb committed Nov 15, 2023
1 parent 29f8077 commit 161f367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorial_3_LUPA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@
"def irregular_wave(hs, tp):\n",
" fp = 1/tp\n",
" spectrum = lambda f: wot.waves.pierson_moskowitz_spectrum(f, fp, hs)\n",
" efth = wot.waves.omnidirectional_spectrum(f1, nfreq, spectrum, \"Pierson-Moskowitz\",)\n",
" efth = wot.waves.omnidirectional_spectrum(f1, nfreq, spectrum, \"Pierson-Moskowitz\")\n",
" return wot.waves.long_crested_wave(efth,nRealizations=5)\n",
"\n",
"for case, data in wave_cases.items():\n",
Expand Down

0 comments on commit 161f367

Please sign in to comment.