Skip to content

Commit

Permalink
liting for eval_cluster 2
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian authored and saramonzon committed Feb 27, 2024
1 parent 5f2785f commit c917d04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions taranis/eval_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ def evaluate_clusters(
if result_eval["validation"] is False:
evaluation_alleles[cluster_id]["result"] = "NOK"
if len(result_eval["alleles_not_found"]) > 0:
evaluation_alleles[cluster_id]["alleles_not_found"] = (
result_eval["alleles_not_found"]
)
evaluation_alleles[cluster_id]["alleles_not_found"] = result_eval[
"alleles_not_found"
]
if len(result_eval["alleles_not_in_cluster"]) > 0:
evaluation_alleles[cluster_id][
"alleles_not_in_cluster"
Expand Down

0 comments on commit c917d04

Please sign in to comment.