Skip to content

Commit

Permalink
Update src/plugins/headers.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jun 4, 2024
1 parent b84f8dc commit 64f81da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/headers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Returns a `Vector{Noise}` of noises sampled conditionally on the `state` using
function sample_backward_noise_terms_with_state(
sampler::AbstractBackwardSamplingScheme,
node::Node,
state::Dict{Symbol,Float64},
::Dict{Symbol,Float64},
)
return sample_backward_noise_terms(sampler, node)
end
Expand Down

0 comments on commit 64f81da

Please sign in to comment.