Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Jun 24, 2024
1 parent 3b7240c commit d58b273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UnscentedKalmanInversion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function EnsembleKalmanProcess(
kwargs...,
) where {FT <: AbstractFloat, IT <: Int}

observation = Observation(Dict("samples" => obs, "covariances" => obs_noise_cov, "names" => "observation"))
observation = Observation(Dict("samples" => obs_mean, "covariances" => obs_noise_cov, "names" => "observation"))
return EnsembleKalmanProcess(observation, process; kwargs...)
end

Expand Down

0 comments on commit d58b273

Please sign in to comment.