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

Allow heterogeneous distributions #102

Merged
merged 3 commits into from
May 29, 2024
Merged

Allow heterogeneous distributions #102

merged 3 commits into from
May 29, 2024

Conversation

gdalle
Copy link
Owner

@gdalle gdalle commented May 29, 2024

Fix #101 and add tests

Copy link

codecov bot commented May 29, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 91.00%. Comparing base (67934b1) to head (0b5f47b).

Files Patch % Lines
ext/HiddenMarkovModelsDistributionsExt.jl 66.66% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #102   +/-   ##
=======================================
  Coverage   91.00%   91.00%           
=======================================
  Files          17       17           
  Lines         489      489           
=======================================
  Hits          445      445           
  Misses         44       44           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gdalle gdalle merged commit a8b048a into main May 29, 2024
5 of 6 checks passed
@gdalle gdalle deleted the gd/heterogeneous branch May 29, 2024 06:24
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

Successfully merging this pull request may close these issues.

Allow dist to be a Vector{Distribution{Univariate, Continuous}} in Baum Welch
1 participant