We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0d5f3 commit 70acb71Copy full SHA for 70acb71
vtr_flow/scripts/tuning_runs/control_runs.py
@@ -165,6 +165,7 @@ def parse_script_params(script_params):
165
def generate_avg_seed_csv(full_res_csv_path, output_dir):
166
"""Generate the average results over the seeds"""
167
df = pd.read_csv(full_res_csv_path)
168
+ assert isinstance(df, pd.DataFrame)
169
170
if KEEP_METRICS_ONLY:
171
col_to_keep = ["circuit", "arch"]
0 commit comments