diff --git a/tests/101_analyse_aco.py b/tests/101_analyse_aco.py index e3aadae..54fdc9f 100644 --- a/tests/101_analyse_aco.py +++ b/tests/101_analyse_aco.py @@ -12,7 +12,7 @@ alpha = 1 beta = 2 evaporation = 0.5 intensification = 2 -max_times = [0.1, 0.5, 1, 2, 5, 10] +max_times = [0.1, 0.5, 1, 2, 5] iterations = 1 best_distances = [] diff --git a/tests/04_cluster_ant_colony_no_animation_no_random_alpha_variation.py b/tests/101_analyse_ant_colony_no_animation_no_random_alpha_variation.py similarity index 100% rename from tests/04_cluster_ant_colony_no_animation_no_random_alpha_variation.py rename to tests/101_analyse_ant_colony_no_animation_no_random_alpha_variation.py diff --git a/tests/04_cluster_ant_colony_no_animation_no_random_beta_variation.py b/tests/101_analyse_ant_colony_no_animation_no_random_beta_variation.py similarity index 100% rename from tests/04_cluster_ant_colony_no_animation_no_random_beta_variation.py rename to tests/101_analyse_ant_colony_no_animation_no_random_beta_variation.py diff --git a/tests/04_cluster_ant_colony_no_animation_no_random_single_value.py b/tests/101_analyse_ant_colony_no_animation_no_random_single_value.py similarity index 100% rename from tests/04_cluster_ant_colony_no_animation_no_random_single_value.py rename to tests/101_analyse_ant_colony_no_animation_no_random_single_value.py