Skip to content

Commit

Permalink
Fix loglikelihood increase check in Baum-Welch
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Sep 29, 2024
1 parent d9e4a5d commit fc7267d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inference/baum_welch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function baum_welch(
seq_ends,
atol,
max_iterations,
loglikelihood_increasing=false,
loglikelihood_increasing,
)
return hmm, logL_evolution
end
Expand Down

0 comments on commit fc7267d

Please sign in to comment.