Skip to content

Commit

Permalink
Move 1-turbine cases to a dedicated directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Mar 21, 2024
1 parent 6f61c2e commit b48a66b
Show file tree
Hide file tree
Showing 25 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/torque2024_1turbine.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"from wcomp import WCompFloris, WCompPyWake, WCompFoxes\n",
"from wcomp.plotting import plot_plane\n",
"\n",
"CASE_DIR = Path('cases_torque2024')"
"CASE_DIR = Path('cases_torque2024/one_turbine')"
]
},
{
Expand Down Expand Up @@ -488,7 +488,7 @@
{
"data": {
"text/plain": [
"<matplotlib.tri._tricontour.TriContourSet at 0x2c8c98c80>"
"<matplotlib.tri._tricontour.TriContourSet at 0x2c9d8ed20>"
]
},
"execution_count": 6,
Expand Down Expand Up @@ -682,7 +682,7 @@
{
"data": {
"text/plain": [
"<matplotlib.tri._tricontour.TriContourSet at 0x2ca1a1520>"
"<matplotlib.tri._tricontour.TriContourSet at 0x2afb5d760>"
]
},
"execution_count": 7,
Expand Down

0 comments on commit b48a66b

Please sign in to comment.