Skip to content

Commit

Permalink
example typo
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Jul 31, 2024
1 parent 5de8a7b commit fcce9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Lorenz/calibrate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ truth = Observation(Dict("samples" => vec(mean(yt, dims = 2)), "covariances" =>
"truth_sample",
get_sample(truth),
"truth_sample_mean",
vec(mean(yt, dims = 2))
vec(mean(yt, dims = 2)),
"truth_input_constrained",
params_true, #constrained here, as these are in a physically constrained space (unlike the u inputs),
)
Expand Down

0 comments on commit fcce9be

Please sign in to comment.