Skip to content

Commit

Permalink
Minor import, viz bugfixes.'
Browse files Browse the repository at this point in the history
  • Loading branch information
misi9170 committed Oct 3, 2023
1 parent f5b699f commit e429409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/15_optimize_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import os

import numpy as np
import matplotlib.pyplot as plt

from floris.tools import FlorisInterface
from floris.tools.optimization.layout_optimization.layout_optimization_scipy import (
Expand Down Expand Up @@ -85,3 +86,5 @@
f'from {base_aep:.1f} MWh to {opt_aep:.1f} MWh'
)
layout_opt.plot_layout_opt_results()

plt.show()
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@


import numpy as np
from scipy.optimize import minimize

from floris.utilities import rotate_coordinates_rel_west

Expand Down

0 comments on commit e429409

Please sign in to comment.