Skip to content

Commit bab3622

Browse files
committed
Update
1 parent e12d4b3 commit bab3622

File tree

1 file changed

+1
-1
lines changed
  • examples/intermediate/PolarizedImaging

1 file changed

+1
-1
lines changed

examples/intermediate/PolarizedImaging/main.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ fig |> DisplayAs.PNG |> DisplayAs.Text
384384
# other imaging examples. For example
385385
# ```julia
386386
# using AdvancedHMC
387-
chain = sample(rng, post, NUTS(0.8), 2_000, n_adapts = 1000, progress = true, initial_params = xopt)
387+
# chain = sample(rng, post, NUTS(0.8), 2_000, n_adapts = 1000, progress = true, initial_params = xopt)
388388
# ```
389389

390390

0 commit comments

Comments
 (0)