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

Closing unused connections #2

Open
uyedaj opened this issue Oct 17, 2014 · 1 comment
Open

Closing unused connections #2

uyedaj opened this issue Oct 17, 2014 · 1 comment

Comments

@uyedaj
Copy link
Owner

uyedaj commented Oct 17, 2014

If a bayou run is interrupted, these warnings show up. I need to make a way so that runs that are interrupted still produce a fit object that can be loaded, even if the run didn't finish, and the file connections get closed (like diversitree does)

@Caetanods
Copy link
Collaborator

Having a similar issue. I kind of solved it by creating a 'handle' object. This object stores all the information necessary to restart the MCMC. If you save such handle to file before the MCMC starts, then you can simply read it back and continue the analysis. You will lose all the generations that were not written to files up to that point, of course.

About the annoying open connection messages. Well, I do not think this is a problem. It is just what it should be. A broken connection.

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

2 participants