From acca3b31ec1d01c780742979ace368861b047db5 Mon Sep 17 00:00:00 2001 From: Nicholas Shiland Date: Mon, 8 Jul 2024 13:51:23 -0400 Subject: [PATCH] pls dont be more than 1 file --- abr-testing/abr_testing/data_collection/abr_google_drive.py | 1 + 1 file changed, 1 insertion(+) 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 037f033f8e2..edd67ee6a3f 100644 --- a/abr-testing/abr_testing/data_collection/abr_google_drive.py +++ b/abr-testing/abr_testing/data_collection/abr_google_drive.py @@ -137,6 +137,7 @@ 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)))