Skip to content

Commit e7e9b4b

Browse files
committed
Remove superfluous print statement.
1 parent 290658f commit e7e9b4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/lookup-based_wake_steering_florisstandin/plot_output_data.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
df = pd.read_csv("outputs/hercules_output.csv")
66

7-
print(df.columns)
8-
97
n_turbines = 2
108
wf_str = "hercules_comms.amr_wind.wind_farm_0."
119
pow_cols = [wf_str+"turbine_powers.{0:03d}".format(t) for t in range(n_turbines)]

0 commit comments

Comments
 (0)