Nathalie BERNARD

Petite modif au niveau des arguments

...@@ -315,7 +315,7 @@ def get_list_structs_contacts(path_benchmark, estimator, function): ...@@ -315,7 +315,7 @@ def get_list_structs_contacts(path_benchmark, estimator, function):
315 return [list_name, complete_list_struct2d_F, complete_list_contacts_F] 315 return [list_name, complete_list_struct2d_F, complete_list_contacts_F]
316 myfile.close() 316 myfile.close()
317 317
318 -def visualization_all_mcc(path_benchmark, estimator, function, color, lines_color): 318 +def visualization_all_mcc(path_benchmark, estimator, function):
319 319
320 list_name = get_list_structs_contacts(path_benchmark, estimator, function)[0] 320 list_name = get_list_structs_contacts(path_benchmark, estimator, function)[0]
321 tab_struct2d = get_list_structs_contacts(path_benchmark, estimator, function)[1] 321 tab_struct2d = get_list_structs_contacts(path_benchmark, estimator, function)[1]
...@@ -421,4 +421,4 @@ print("countE: " + str(countE) + "\n") ...@@ -421,4 +421,4 @@ print("countE: " + str(countE) + "\n")
421 print("countF: " + str(countF) + "\n") 421 print("countF: " + str(countF) + "\n")
422 myfile.close()""" 422 myfile.close()"""
423 path_benchmark = "data/modules/ISAURE/Motifs_version_initiale/benchmark.txt" 423 path_benchmark = "data/modules/ISAURE/Motifs_version_initiale/benchmark.txt"
424 -visualization_all_mcc(path_benchmark,'MEA', 'F', 'blue', '#0900FF')
...\ No newline at end of file ...\ No newline at end of file
424 +visualization_all_mcc(path_benchmark,'MEA', 'F')
...\ No newline at end of file ...\ No newline at end of file
......