Skip to content

Commit

Permalink
fix(ld): correct syntax for the static method (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
tskir committed May 29, 2024
1 parent 2ba7adb commit f0960b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gentropy/datasource/gnomad/ld.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ def get_numpy_matrix(

half_matrix = (
BlockMatrix.read(
GnomADLDMatrix.ld_matrix_template.format(POP=gnomad_ancestry)
GnomADLDMatrix().ld_matrix_template.format(POP=gnomad_ancestry)
)
.filter(idx, idx)
.to_numpy()
Expand Down

0 comments on commit f0960b1

Please sign in to comment.