Skip to content

Commit 4b3ae3b

Browse files
authored
Merge branch 'master' into issue-798-cohort-diversity-cache
2 parents ffff326 + 17881d1 commit 4b3ae3b

5 files changed

Lines changed: 938 additions & 687 deletions

File tree

malariagen_data/anoph/cnv_frq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def _gene_cnv_frequencies_advanced(
586586
nobs[:, cohort_index] = np.repeat(cohort_n_called, 2)
587587
else:
588588
assert nobs_mode == "fixed"
589-
nobs[:, cohort_index] = cohort.size * 2
589+
nobs[:, cohort_index] = cohort.size
590590

591591
debug("compute frequency")
592592
with np.errstate(divide="ignore", invalid="ignore"):

0 commit comments

Comments
 (0)