Skip to content

Commit

Permalink
Update epoch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
veronikasamborska1994 committed Sep 10, 2024
1 parent 0ff75c2 commit cf634c4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def find_max_label_and_concat(tb, column, label):

max_rows = tb_filtered.loc[idx].copy()
max_rows["system"] = f"Maximum {label}"
print(max_rows)

tb = pr.concat([tb, max_rows], ignore_index=True)

Expand Down

0 comments on commit cf634c4

Please sign in to comment.