-
Notifications
You must be signed in to change notification settings - Fork 6
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
'BinaryModel' object has no attribute 'share_params' #258
Comments
Also:
|
Hmm, it's the base class for the Covarion model, right? I use that regularly and have not encountered any problems. But maybe I'm just not exercising it in the right way... |
There's also a binary model in its own right, I just tried to run a binary non-covarion model and got this. |
The CTMC model? That's another subclass of this, though, right? |
Hum. That is very strange indeed. I just typed According to https://github.com/lmaurits/BEASTling/blob/master/beastling/configuration.py#L739-L765, I would expect that to throw a That means, I need to have a closer look on what exactly is going on under the hood. I hate rabbit holes. |
Maybe there's a file BEASTling/beastling/configuration.py Lines 755 to 763 in ba26491
|
I expect (That bare |
Ah, ok. I see. Looks like you are in for a couple of |
Yep, that should probably just be |
As I read it, the code we have looks reasonable, and the errors I expect are It's probably something dumb on my end. I'll drop some |
Argh, sorry, you're right, I quickly misread that |
Switching an old BEASTling config file I had from a binary covarion model to a general binary model, I get
Seems like we have neglected the Binary model for quite some time? Or is this my personal mess? Anyway, dropping this here is better than forgetting it later.
The text was updated successfully, but these errors were encountered: