Skip to content

Commit

Permalink
Bloody semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Oct 1, 2024
1 parent 01955e8 commit ad7b618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inference/forward_backward.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function forward_backward!(
obs_seq::AbstractVector,
control_seq::AbstractVector,
seq_ends::AbstractVectorOrNTuple{Int},
k::Integer,
k::Integer;
transition_marginals::Bool=true,
) where {R}
(; α, β, c, γ, ξ, B, Bβ) = storage
Expand Down

0 comments on commit ad7b618

Please sign in to comment.