We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f678422 + 14c2ab5 commit d26effbCopy full SHA for d26effb
1 file changed
malariagen_data/anoph/cnv_frq.py
@@ -586,7 +586,7 @@ def _gene_cnv_frequencies_advanced(
586
nobs[:, cohort_index] = np.repeat(cohort_n_called, 2)
587
else:
588
assert nobs_mode == "fixed"
589
- nobs[:, cohort_index] = cohort.size * 2
+ nobs[:, cohort_index] = cohort.size
590
591
debug("compute frequency")
592
with np.errstate(divide="ignore", invalid="ignore"):
0 commit comments