Skip to content

Commit

Permalink
fix: small fix in majpop
Browse files Browse the repository at this point in the history
  • Loading branch information
addramir committed Apr 3, 2024
1 parent 6ec36cc commit 5ee023a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gentropy/susie_finemapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def susie_finemapper_chr_pos(
f.array_max(f.col("ldPopulationStructure"))
.getItem("ldPopulation")
.alias("majorPopulation"),
)
).collect()[0]["majorPopulation"]

_region = (
chromosome
Expand Down

0 comments on commit 5ee023a

Please sign in to comment.