Skip to content

Commit ae1698a

Browse files
committed
remove stray prints
Signed-off-by: Jack Luar <[email protected]>
1 parent 83b6b35 commit ae1698a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/AutoTuner/scripts/plot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ def load_dir(dir: str) -> pd.DataFrame:
100100
try:
101101
progress_df = progress_df.merge(params_df, on="trial_id")
102102
except KeyError:
103-
print(params_df)
104-
print(progress_df)
105103
print(
106104
"Unable to merge DFs due to missing trial_id in params.json (possibly due to failed trials.)"
107105
)

0 commit comments

Comments
 (0)