Skip to content

Commit

Permalink
Increases coverage precision
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed May 1, 2023
1 parent bcf204a commit e3b0174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/scripts/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def main():
case_df = extract_complete_variants(extract_case(target_df, ct_point))
covered_variants = case_df['variant'].unique()
coverage = (len(covered_variants) / num_variants) * 100
print("{}[{}] coverage: {:.2f}%".format(
print("{}[{}] coverage: {:.4f}%".format(
algname, point_str, coverage))
print(extract_scores(case_df).head(7))

Expand Down

0 comments on commit e3b0174

Please sign in to comment.