From b646ee508f366475a932e475021a756a2dba105f Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Sun, 29 Sep 2024 19:41:03 +0200 Subject: [PATCH] Rm show --- libs/HMMTest/src/coherence.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/HMMTest/src/coherence.jl b/libs/HMMTest/src/coherence.jl index f0a7fae2..2a39e336 100644 --- a/libs/HMMTest/src/coherence.jl +++ b/libs/HMMTest/src/coherence.jl @@ -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)