Skip to content

Commit

Permalink
Fix init
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed May 27, 2024
1 parent a4a3c86 commit 7cb4653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/HMMTest/src/utils.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function transpose_hmm(hmm::HMM)
init = initial_distribution(hmm)
init = initialization(hmm)
trans = transition_matrix(hmm)
dists = obs_distributions(hmm)
trans_transpose = transpose(convert(typeof(trans), transpose(trans)))
Expand Down

0 comments on commit 7cb4653

Please sign in to comment.