We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e74b9f + 32e252f commit 14c2ab5Copy full SHA for 14c2ab5
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