Skip to content
Snippets Groups Projects
Verified Commit f6679b22 authored by Lucas Ondel Yang's avatar Lucas Ondel Yang
Browse files

rm suprious line

parent 0a2d39b5
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ struct StateMappedFST{K,L,TA<:AbstractFST{K,L}} <: AbstractFST{K,L}
λ::AbstractVector{L}
end
statemap(A::AbstractFST, M, λ) = StateMappedFST(A, M, λ)
statemap(mA::StateMappedFST, M, λ) = StateMappedFST(mA.A, M' * M, λ)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment