Skip to content

Commit 8b9d215

Browse files
committed
Suppress output in Levy model
1 parent 93302ad commit 8b9d215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/levy-ssm/script.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pg = AdvancedPS.PGAS(50);
130130
chains = sample(rng, AdvancedPS.TracedSSM(levyssm, Y), pg, 100; progress=false);
131131

132132
# Concat all sampled states
133-
marginal_states = hcat([chain.trajectory.model.X for chain in chains]...)
133+
marginal_states = hcat([chain.trajectory.model.X for chain in chains]...);
134134

135135
# Plot marginal state and jump intensities for one trajectory
136136
p1 = plot(

0 commit comments

Comments
 (0)