We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80a52e commit bb3eb02Copy full SHA for bb3eb02
c/tskit/trees.c
@@ -3753,7 +3753,7 @@ tsk_treeseq_allele_frequency_spectrum(const tsk_treeseq_t *self,
3753
goto out;
3754
}
3755
// Site mode does not support time windows
3756
- if (stat_site && !(time_windows[0] == 0.0 && isinf((float)time_windows[1]))) {
+ if (stat_site && !(time_windows[0] == 0.0 && isinf((float) time_windows[1]))) {
3757
ret = TSK_ERR_UNSUPPORTED_STAT_MODE;
3758
3759
0 commit comments