Skip to content
Snippets Groups Projects
Commit 7617f93d authored by Simon Lecocq's avatar Simon Lecocq
Browse files

typage des arguments de la 1ere fonction

parent 9c071927
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import random
###### PARTIE 1 ######
def construction_mphf(set_kmer, n, gamma=2, nb_niveaux=3):
def construction_mphf(set_kmer:set[str], n:int, gamma:float=2, nb_niveaux:int=3) -> list[list[int]]:
"""
Construit une fonction de hachage minimale parfaite (MPHF) pour un ensemble de k-mers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment