Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahdamin committed Sep 23, 2024
1 parent e244f67 commit a408848
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ class MatchGenotypeService:
def get_matches(analyses: list[Analysis], sample_analysis: Analysis) -> list[MatchResult]:
match_results = []
for genotype in analyses:
if genotype.genotypes is None:
continue
genotype_pairs = zip(genotype.genotypes, sample_analysis.genotypes)
results = dict(
compare_genotypes(genotype_1, genotype_2)
Expand Down

0 comments on commit a408848

Please sign in to comment.