From b51c581f0a83eef0a90b19400dd6e66d231e075c Mon Sep 17 00:00:00 2001 From: Parker Erickson Date: Sun, 19 May 2024 08:10:58 -0500 Subject: [PATCH] fix wandb report --- tests/create_wandb_report.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/create_wandb_report.py b/tests/create_wandb_report.py index 29abf1d4..905f9998 100644 --- a/tests/create_wandb_report.py +++ b/tests/create_wandb_report.py @@ -7,8 +7,6 @@ branch_name = os.getenv("PR_NUMBER", Repository(".").head.shorthand) -branch_name = branch_name + " " + str(Repository(".").head.shorthand) - report = wr.Report( project="CoPilot", title="Test Summary For PR #"