Skip to content

Commit

Permalink
add _n_tune
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed May 23, 2020
1 parent df15fe2 commit e79c039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymc3/smc/sample_smc.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,6 @@ def sample_smc(

trace = smc.posterior_to_trace()
trace.report._n_draws = smc.draws
trace.report._n_tune = 0
trace.report._t_sampling = time.time() - t1
return trace

0 comments on commit e79c039

Please sign in to comment.