Skip to content

Commit 8de60c3

Browse files
committed
Fighting the lint still
1 parent 0993d82 commit 8de60c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

malariagen_data/anoph/hap_freq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def haplotypes_frequencies(
9696
cohorts_iterator = self._progress(
9797
coh_dict.items(), desc="Compute allele frequencies"
9898
)
99-
hap_track: dict[int, int] = {}
99+
hap_track: dict[np.int64, int] = {}
100100
for coh, loc_coh in cohorts_iterator:
101101
hap_track = {k: 0 for k in hap_track.keys()}
102102
n_samples = np.count_nonzero(loc_coh)

0 commit comments

Comments
 (0)