diff --git a/src/inference/baum_welch.jl b/src/inference/baum_welch.jl index 1bc25665..3bec0ac2 100644 --- a/src/inference/baum_welch.jl +++ b/src/inference/baum_welch.jl @@ -73,7 +73,7 @@ function baum_welch( seq_ends, atol, max_iterations, - loglikelihood_increasing=false, + loglikelihood_increasing, ) return hmm, logL_evolution end