Skip to content

Commit

Permalink
try fixing linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedElgammal committed Aug 12, 2024
1 parent 1e0d5f3 commit 70acb71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vtr_flow/scripts/tuning_runs/control_runs.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def parse_script_params(script_params):
def generate_avg_seed_csv(full_res_csv_path, output_dir):
"""Generate the average results over the seeds"""
df = pd.read_csv(full_res_csv_path)
assert isinstance(df, pd.DataFrame)

if KEEP_METRICS_ONLY:
col_to_keep = ["circuit", "arch"]
Expand Down

0 comments on commit 70acb71

Please sign in to comment.