Skip to content

Commit

Permalink
Fixed mistake in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsp32 committed Jan 15, 2024
1 parent 017c617 commit 98259ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/initialconditions/metropolishastings.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Further explanations of the keyword arguments can be found in the *AbstractMCMC.
Δ = Dict(:N => 0.1, :O => 0.1)
R0 = [1.0 0.0; 0.0 0.0; 0.0 0.0]
samples = 1000
output = ThermalMonteCarlo.run_advancedmh_sampling(sim, R0, samples, Δ; movement_ratio=0.5, thinning=10, discard_initial=100)
output = InitialConditions.ThermalMonteCarlo.run_advancedmh_sampling(sim, R0, samples, Δ; movement_ratio=0.5, thinning=10, discard_initial=100)
nothing # hide
```

Expand Down

0 comments on commit 98259ab

Please sign in to comment.