From 86eae9a64873c4a5e07532e959c7be845b809f3f Mon Sep 17 00:00:00 2001 From: Tony Ngumah Date: Thu, 24 Oct 2024 13:25:16 -0400 Subject: [PATCH] fix: fixes duplicate deck data uploads by creating a unique hash for all entries --- abr-testing/abr_testing/data_collection/abr_calibration_logs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/abr-testing/abr_testing/data_collection/abr_calibration_logs.py b/abr-testing/abr_testing/data_collection/abr_calibration_logs.py index 486322db741..1440dfd70a8 100644 --- a/abr-testing/abr_testing/data_collection/abr_calibration_logs.py +++ b/abr-testing/abr_testing/data_collection/abr_calibration_logs.py @@ -131,7 +131,6 @@ def deck_helper( unique_hash = create_hash( robot, deck_slot, pipette_calibrated_with, deck_modified ) - print(unique_hash) if unique_hash in deck_sheet_hashes: continue coords = deck["data"]["matrix"][i]