kfuku52 / csubst

Molecular convergence detection
BSD 3-Clause "New" or "Revised" License
25 stars 1 forks source link

Incompatible --ml_anc no --calc_quantile yes #10

Closed kfuku52 closed 3 years ago

kfuku52 commented 3 years ago

Got an error when --ml_anc no --calc_quantile yes. --calc_quantile yes is an experimental feature. Arrays are typed as long in omega_cy.pyx so it's compatible with --ml_anc yes but not with --ml_anc no.

ValueError: Buffer dtype mismatch, expected 'long' but got 'double'