-
Notifications
You must be signed in to change notification settings - Fork 84
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
Likelihood incorrectly calculated error #1148
Comments
@jkimsis It is quite hard to say what is going on without further information. Do you have some XML available I can have a look at so I can investigate the problem? |
I've attached xmls and log output for two runs that failed like this (C and I), and one that ran all the way through (NO). I ran several processes in parallel, could that be a problem? parallel "~/install/beast/bin/beast -working -overwrite {}/{}.xml &> {}/{}.runlog" :::: names I understand that beast has it's own multithreading, but the server I'm working with has some issue with it. |
Thanks, that is very helpful. I can reproduce the problem with these files without using threads, so I don't think that using the parallel processing is the problem. Will look further into what is causing this. |
It looks like the problem is caused by numerical instability due to the clock rate exploding to a value very close to the maximum value that can be represented by a Currently, for |
Thank you, I'll experiment with that. |
Hello,
I'm encountering this error for some files with Beast v2.7.6. I found that there had been a similar issue in Beast 2.0.2: https://groups.google.com/g/beast-users/c/xrvcxeU4wwA
I've tried using it with and without beagle, same result.
The text was updated successfully, but these errors were encountered: