Skip to content

Commit

Permalink
Remove GL
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Feb 25, 2024
1 parent 0f1501d commit 95b85cb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions python/tests/beagle_numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,15 +658,6 @@ def compute_dosage_r_squared():
pass


def compute_genotype_likelihoods():
"""
In BEAGLE 4.1, GL: "Log10-scaled Genotype Likelihood".
TODO: Check if BEAGLE 4.1 actually outputs this.
"""
pass


def compute_dosage_scores(
imputed_alleles_1, allele_probs_1, imputed_alleles_2, allele_probs_2
):
Expand Down

0 comments on commit 95b85cb

Please sign in to comment.