Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Sep 30, 2024
1 parent d68fcf5 commit 1cfbfad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/temporal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,5 @@ map(mean, hcat(obs_distributions(hmm_est, 2), obs_distributions(hmm, 2)))
# ## Tests #src

@test mean(obs_seqs[1][1:2:end]) < 0 < mean(obs_seqs[1][2:2:end]) #src
@test length.(values(rand(hmm, control_seq))) == (10, 10); #src
test_coherent_algorithms(rng, hmm, control_seq; seq_ends, hmm_guess, init=false) #src
test_type_stability(rng, hmm, control_seq; seq_ends, hmm_guess) #src

0 comments on commit 1cfbfad

Please sign in to comment.