Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcdevin committed Jun 21, 2024
2 parents de6e448 + 31b0361 commit 826c205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/tutorial_3_LUPA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.11.7"
},
"vscode": {
"interpreter": {
Expand Down
3 changes: 1 addition & 2 deletions wecopttool/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ def plot_bode_impedance(impedance: DataArray,
axes[i, j].set_title(f'{idof}', fontsize=10)
else:
axes[i, j].set_title('')
return fig, axes

return fig, axe

def calculate_power_flows(wec,
pto,
Expand Down

0 comments on commit 826c205

Please sign in to comment.