Skip to content

Commit

Permalink
Revert LUPA unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgrasb committed Aug 20, 2024
1 parent 7df0b70 commit 8be17ab
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions examples/tutorial_3_LUPA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,6 @@
"lupa_fb = float_fb + spar_fb\n",
"lupa_fb.name = 'LUPA'\n",
"\n",
"lupa_fb.show_matplotlib()\n",
"\n",
" # mass properties LUPA\n",
"lupa_fb.center_of_mass = ((mass_float*cm_float + mass_spar*cm_spar)\n",
" / (mass_float + mass_spar))\n",
Expand Down Expand Up @@ -464,7 +462,7 @@
" bem_data = wot.read_netcdf(filename)\n",
"except:\n",
" bem_data = wot.run_bem(lupa_fb, freq, rho=rho)\n",
" wot.write_netcdf(filename, bem_data)\n"
" wot.write_netcdf(filename, bem_data)"
]
},
{
Expand Down Expand Up @@ -1441,7 +1439,7 @@
"kernelspec": {
"display_name": "wot_dev",
"language": "python",
"name": "wecopttool2_0_0"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -1453,7 +1451,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.11.4"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit 8be17ab

Please sign in to comment.