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

Remove rtol in Baum-Welch #31

Merged
merged 1 commit into from
Aug 4, 2023
Merged

Remove rtol in Baum-Welch #31

merged 1 commit into from
Aug 4, 2023

Conversation

gdalle
Copy link
Owner

@gdalle gdalle commented Aug 4, 2023

Breaking change: replace rtol with atol in baum_welch

Bump version to 0.3.0

@codecov
Copy link

codecov bot commented Aug 4, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.02% ⚠️

Comparison is base (78fb271) 93.16% compared to head (e79e440) 93.15%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
- Coverage   93.16%   93.15%   -0.02%     
==========================================
  Files          19       19              
  Lines         483      482       -1     
==========================================
- Hits          450      449       -1     
  Misses         33       33              
Files Changed Coverage Δ
src/HiddenMarkovModels.jl 100.00% <100.00%> (ø)
src/inference/baum_welch.jl 90.69% <100.00%> (ø)
src/utils/fit.jl 76.92% <100.00%> (ø)
src/utils/probvec.jl 90.90% <100.00%> (ø)
src/utils/transmat.jl 76.19% <100.00%> (ø)

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

@gdalle gdalle merged commit bca1bab into main Aug 4, 2023
6 checks passed
@gdalle gdalle deleted the fixes branch August 4, 2023 18:10
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.

None yet

1 participant