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

--mcmc-noinit option doesn't work #84

Open
ndokmai opened this issue Jan 3, 2024 · 0 comments
Open

--mcmc-noinit option doesn't work #84

ndokmai opened this issue Jan 3, 2024 · 0 comments

Comments

@ndokmai
Copy link

ndokmai commented Jan 3, 2024

Currently, the --mcmc-noinit option doesn't cause any changes in the program. This is due to the following line

if (!options.count("pbwt-disable-init")) H.solve(&G);

that should be changed to options.count("mcmc-noinit").

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