Skip to content

Commit

Permalink
typo docs
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Jul 31, 2024
1 parent 30d60ee commit 5de8a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/Cloudy_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ N_iter = 8 # number of EKI iterations
initial_params = construct_initial_ensemble(rng, priors, N_ens)
ekiobj = EnsembleKalmanProcess(
initial_params,
truth
truth,
Inversion(),
scheduler=DataMisfitController()
)
Expand Down

0 comments on commit 5de8a7b

Please sign in to comment.