Skip to content

Commit

Permalink
Turn verbosity to none for regime_switching smc test.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwilliam77 committed Jan 4, 2021
1 parent 45c77f3 commit 60c04bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regime_switching_smc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ data = h5read("reference/test_data.h5", "rsdata")

println("Estimating Linear Model... (approx. 8 minutes)")

SMC.smc(rs_loglik_fn, m.parameters, data, verbose = :high,
SMC.smc(rs_loglik_fn, m.parameters, data, verbose = :none,
use_fixed_schedule = true, parallel = false,
n_Φ = 120, n_mh_steps = 1, resampling_method = :polyalgo,
data_vintage = "200707", target = 0.25, savepath = savepath,
Expand Down

0 comments on commit 60c04bd

Please sign in to comment.