diff --git a/cami_src/evaluation_scripts/seed_variation_script.py b/cami_src/evaluation_scripts/seed_variation_script.py index be29a1db41dd4ffe019aabad057683f8a52d2a4b..c3d41e959665cae0e97484ed9e8778324a67678c 100644 --- a/cami_src/evaluation_scripts/seed_variation_script.py +++ b/cami_src/evaluation_scripts/seed_variation_script.py @@ -162,6 +162,7 @@ def make_seedvariation(cami, n_iterations, removal_frac=0.2, vis=False, plot=Fal if second_occurrence_index > -1: # replace the character at that index with the replacement character tool_name = tool[:second_occurrence_index] + '\n' + tool[second_occurrence_index + 1:] + tool_name = tool_name.replace('_hub_penalty', '').replace('damping_factor', 'df').replace('confidence_level', 'cl').replace('ranking_trustrank', 'tr') tool_labels[idx] = tool_name if plot: #PLOT