Skip to content

Commit

Permalink
Subtle change
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Sep 30, 2024
1 parent b7a54ae commit 26c099f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/correctness.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rng = StableRNG(63)

## Settings

T, K = 50, 200
T, K = 100, 200

init = [0.4, 0.6]
init_guess = [0.5, 0.5]
Expand Down Expand Up @@ -93,8 +93,8 @@ end

if TEST_SUITE != "HMMBase"
test_coherent_algorithms(rng, hmm, control_seq; seq_ends, hmm_guess, init=false)
# test_type_stability(rng, hmm, control_seq; seq_ends, hmm_guess)
# test_allocations(rng, hmm, control_seq; seq_ends, hmm_guess)
test_type_stability(rng, hmm, control_seq; seq_ends, hmm_guess)
test_allocations(rng, hmm, control_seq; seq_ends, hmm_guess)
end
end

Expand Down

0 comments on commit 26c099f

Please sign in to comment.