Skip to content

Commit 70acb71

Browse files
author
MohamedElgammal
committed
try fixing linting issues
1 parent 1e0d5f3 commit 70acb71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vtr_flow/scripts/tuning_runs/control_runs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def parse_script_params(script_params):
165165
def generate_avg_seed_csv(full_res_csv_path, output_dir):
166166
"""Generate the average results over the seeds"""
167167
df = pd.read_csv(full_res_csv_path)
168+
assert isinstance(df, pd.DataFrame)
168169

169170
if KEEP_METRICS_ONLY:
170171
col_to_keep = ["circuit", "arch"]

0 commit comments

Comments
 (0)