From b4b8b0ed120201c1f339627215284d4397908d27 Mon Sep 17 00:00:00 2001 From: plwapet <lavoisierwapet@gmail.com> Date: Mon, 19 Sep 2022 14:02:03 +0200 Subject: [PATCH] before the meeting with Vlad and Sun, after first experiments with default governor (free frequency) on google pixel --- .../generate_really_tested_configurations_for_google_pixel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiment_automatization/can_be_reused/generate_really_tested_configurations_for_google_pixel.py b/experiment_automatization/can_be_reused/generate_really_tested_configurations_for_google_pixel.py index d3665e0..fdfbe42 100755 --- a/experiment_automatization/can_be_reused/generate_really_tested_configurations_for_google_pixel.py +++ b/experiment_automatization/can_be_reused/generate_really_tested_configurations_for_google_pixel.py @@ -355,7 +355,7 @@ def substract_already_tested_configurations (number_of_combinaison = 40, configurations_candidates_as_triplet.append(i) else : print("--- Four is NOT in configuration : ", i) - print("--- array format : ", convert_from_triplet_to_configuration(i)) + print("--- array format : ", convert_from_triplet_to_configuration(i)) else: print (" --- Configuration already tested:", i) -- GitLab