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

Bug in Students-T observations #1

Closed
mdusilva opened this issue Jun 28, 2018 · 1 comment
Closed

Bug in Students-T observations #1

mdusilva opened this issue Jun 28, 2018 · 1 comment

Comments

@mdusilva
Copy link

mdusilva commented Jun 28, 2018

When I run a HMM with Student -T observations i I get the error:

AttributeError: 'StudentsTObservations' object has no attribute '_log_likelihoods'

StudentsTObservations is inheriting from _Observations where _log_likelihoods is defined without the underscore _.

This only affects 'StudentsTObservations' because other observations define their own m_step methods.

@slinderman
Copy link
Collaborator

Thanks for spotting this, Manuel! I've fixed it here e5b449e

orrenkt pushed a commit to orrenkt/ssm that referenced this issue Apr 5, 2021
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