From 40d66a3cd87234c4e448cdb4ecd8b68eebccaff8 Mon Sep 17 00:00:00 2001 From: bayc Date: Thu, 22 Aug 2024 20:15:22 -0600 Subject: [PATCH] fix order of config files for greenheart example --- examples/greenheart/05-offshore-h2/greenheart-h2-offshore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/greenheart/05-offshore-h2/greenheart-h2-offshore.py b/examples/greenheart/05-offshore-h2/greenheart-h2-offshore.py index 8af9d9d22..ccf3c3d2f 100644 --- a/examples/greenheart/05-offshore-h2/greenheart-h2-offshore.py +++ b/examples/greenheart/05-offshore-h2/greenheart-h2-offshore.py @@ -37,8 +37,8 @@ filename_hopp_config, filename_greenheart_config, filename_turbine_config, - filename_orbit_config, filename_floris_config, + filename_orbit_config, verbose=True, show_plots=False, save_plots=True,