Skip to content
Snippets Groups Projects
Commit bfa2f9d8 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

remove debug print

parent bd888470
No related branches found
No related tags found
No related merge requests found
......@@ -426,7 +426,6 @@ def read_matrix(genomes, sorted_genomes, matrix):
nbgen = len(sorted_genomes)
corresp_abs = {genomes[genome][2]: num for num, genome in enumerate(sorted_genomes)}
print(len(corresp_abs))
# Create square matrix with nbgen cols/lines. dok format is a 'Dictionary Of Keys'
# -> writes (0, 1) value
mat_sp = dok_matrix((nbgen, nbgen), dtype=float)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment