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

Complete revamp #59

Merged
merged 15 commits into from
Nov 10, 2023

Fix tests for 1.6

c68f8e9
Select commit
Loading
Failed to load commit list.
Merged

Complete revamp #59

Fix tests for 1.6
c68f8e9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 10, 2023 in 1s

93.43% (+0.14%) compared to 145df1c

View this Pull Request on Codecov

93.43% (+0.14%) compared to 145df1c

Details

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (145df1c) 93.29% compared to head (c68f8e9) 93.43%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #59      +/-   ##
==========================================
+ Coverage   93.29%   93.43%   +0.14%     
==========================================
  Files          18       17       -1     
  Lines         537      503      -34     
==========================================
- Hits          501      470      -31     
+ Misses         36       33       -3     
Files Coverage Δ
ext/HiddenMarkovModelsChainRulesCoreExt.jl 100.00% <100.00%> (ø)
ext/HiddenMarkovModelsHMMBaseExt.jl 50.00% <100.00%> (ø)
src/HMMTest.jl 100.00% <100.00%> (ø)
src/HiddenMarkovModels.jl 100.00% <100.00%> (ø)
src/inference/forward.jl 98.03% <100.00%> (+5.88%) ⬆️
src/types/abstract_hmm.jl 95.83% <100.00%> (+5.83%) ⬆️
src/types/hmm.jl 90.00% <100.00%> (ø)
src/utils/mul.jl 100.00% <100.00%> (ø)
src/utils/probvec.jl 100.00% <ø> (ø)
src/utils/transmat.jl 93.33% <ø> (ø)
... and 7 more

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