Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed Jun 24, 2020
1 parent 7c92bfe commit 8cb2c08
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions pymc3/smc/sample_smc.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,20 +210,20 @@ def sample_smc(


def sample_smc_int(
draws=2000,
kernel="metropolis",
n_steps=25,
start=None,
tune_steps=True,
p_acc_rate=0.99,
threshold=0.5,
epsilon=1.0,
dist_func="gaussian_kernel",
sum_stat="identity",
model=None,
random_seed=-1,
chain=0,
_log=None,
draws,
kernel,
n_steps,
start,
tune_steps,
p_acc_rate,
threshold,
epsilon,
dist_func,
sum_stat,
model,
random_seed,
chain,
_log,
):

smc = SMC(
Expand Down

0 comments on commit 8cb2c08

Please sign in to comment.