Skip to content

Commit 1870dd1

Browse files
committed
Correct geno prob update
1 parent fb874ad commit 1870dd1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/alphaimpute2/Imputation/Heuristic_Peeling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ def call_genotypes(ind, final_cutoff, error_rate):
216216

217217
# Calculate anterior from the parents.
218218

219-
genotypeProbabilities = ind.peeling_view.genotypeProbabilities
220219
anterior = getAnterior(
221220
ind.peeling_view, ind.sire.peeling_view, ind.dam.peeling_view
222221
)

0 commit comments

Comments
 (0)