Skip to content

Commit d26effb

Browse files
authored
Merge branch 'master' into GH1035-plot-ci-guard
2 parents f678422 + 14c2ab5 commit d26effb

1 file changed

Lines changed: 1 addition & 1 deletion

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)