Skip to content

Commit 1168090

Browse files
MohamedElgammalNathan Shreve
MohamedElgammal
authored and
Nathan Shreve
committed
fix lint runs
1 parent 73a30b1 commit 1168090

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vtr_flow/scripts/tuning_runs/control_runs.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,9 @@ def generate_avg_seed_csv(full_res_csv_path, output_dir):
172172
col_to_keep.extend(list(PARAMS_DICT.keys()))
173173
col_to_keep.extend(PARSED_METRICS)
174174
df = df.drop(
175+
# pylint: disable=no-member
175176
columns=[col for col in df.columns if col not in col_to_keep]
176-
) # pylint: disable=no-member
177+
)
177178

178179
# Check if '--seed' column is present
179180
if "--seed" in df.columns:

0 commit comments

Comments
 (0)