clear debug message

pull/1/head
Emmanuelle Vargas-Gonzalez 2021-02-16 10:23:02 -05:00
parent fbea229004
commit 09fd8c060b
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ def graph_similarity(ds1, ds2, prop_scores={}, **weight_dict):
prop_scores["summary"] = results
logger.debug(
"DONE\t\tSUM_PAIRS: %.2f\tMATCHING_SCORE: %.2f\t SIMILARITY_SCORE: %.2f",
"DONE\t\tLEN_PAIRS: %.2f\tMATCHING_SCORE: %.2f\t SIMILARITY_SCORE: %.2f",
len_pairs,
matching_score,
similarity_score,