Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KLMinimizationFailedError: Quantiles must be sorted #429

Open
hyanwong opened this issue Aug 25, 2024 · 0 comments
Open

KLMinimizationFailedError: Quantiles must be sorted #429

hyanwong opened this issue Aug 25, 2024 · 0 comments

Comments

@hyanwong
Copy link
Member

I'm getting a KLMinimizationFailedError: Quantiles must be sorted error on trying to date the following inferred tree sequence (inference based on a simulated dataset):

import tszip
import tsdate

tsdate.date(
    tsdate.preprocess_ts(tszip.decompress("tsdate_failing.tsz")),
    mutation_rate=1.2e-08,
)

tsdate_failing.tsz.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant