Skip to content

Commit

Permalink
Rm show
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Sep 29, 2024
1 parent 8c175a3 commit b646ee5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/HMMTest/src/coherence.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ function test_coherent_algorithms(

if !isnothing(hmm_guess)
hmm_est, logL_evolution = baum_welch(hmm_guess, obs_seq, control_seq; seq_ends)
@show diff(logL_evolution)
@test all(>=(0), diff(logL_evolution))
test_equal_hmms(hmm, hmm_guess, control_seq[1:2]; atol, init, flip=true)
test_equal_hmms(hmm, hmm_est, control_seq[1:2]; atol, init)
Expand Down

0 comments on commit b646ee5

Please sign in to comment.