Skip to content

Commit 58e1f6b

Browse files
author
MohamedElgammal
committed
try fixing lint issues
1 parent 70acb71 commit 58e1f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vtr_flow/scripts/tuning_runs/control_runs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def parse_script_params(script_params):
164164

165165
def generate_avg_seed_csv(full_res_csv_path, output_dir):
166166
"""Generate the average results over the seeds"""
167-
df = pd.read_csv(full_res_csv_path)
167+
df: Optional[pd.DataFrame] = pd.read_csv(full_res_csv_path)
168168
assert isinstance(df, pd.DataFrame)
169169

170170
if KEEP_METRICS_ONLY:

0 commit comments

Comments
 (0)