Skip to content

Commit

Permalink
Fix kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed May 27, 2024
1 parent 27b1363 commit a4a3c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,6 @@ hcat(initialization(hmm_est_concat), initialization(hmm))

control_seq = fill(nothing, last(seq_ends)); #src
test_identical_hmmbase(rng, hmm, 100; hmm_guess) #src
test_identical_hmmbase(rng, transpose_hmm(hmm), 100; transpose_hmm(hmm_guess)) #src
test_identical_hmmbase(rng, transpose_hmm(hmm), 100; hmm_guess=transpose_hmm(hmm_guess)) #src
test_coherent_algorithms(rng, hmm, control_seq; seq_ends, hmm_guess) #src
test_type_stability(rng, hmm, control_seq; seq_ends, hmm_guess) #src

0 comments on commit a4a3c86

Please sign in to comment.