From dbba07c1e640ecd3e0e1703a003143dae4abff43 Mon Sep 17 00:00:00 2001 From: Nicholas Shiland Date: Mon, 8 Jul 2024 14:11:28 -0400 Subject: [PATCH] works, final version --- abr-testing/abr_testing/data_collection/abr_google_drive.py | 1 - 1 file changed, 1 deletion(-) diff --git a/abr-testing/abr_testing/data_collection/abr_google_drive.py b/abr-testing/abr_testing/data_collection/abr_google_drive.py index edd67ee6a3f..037f033f8e2 100644 --- a/abr-testing/abr_testing/data_collection/abr_google_drive.py +++ b/abr-testing/abr_testing/data_collection/abr_google_drive.py @@ -137,7 +137,6 @@ def create_data_dictionary( file_results, row_for_lpc, runs_and_lpc ) else: - print("tester") continue transposed_runs_and_robots = list(map(list, zip(*runs_and_robots))) transposed_runs_and_lpc = list(map(list, zip(*runs_and_lpc)))