-
Notifications
You must be signed in to change notification settings - Fork 246
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
Different supports in component distributions for mixture models #1791
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution, @Qazalbash! Could you add a simple test to check whether a mixture of Normal and HalfNormal is computed correctly?
@fehiepsi I have made the changes and added the unit tests. |
…tion supports and changes in unit tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice feature! Thanks @Qazalbash!
I used python3.11, let me test everything on python3.9! |
Apparently, all these tests were passing on python3.11. They are still failing on different |
Fixes #1780.