Skip to content

Commit f97b8f4

Browse files
committed
forgot the test_step, fixed ...
1 parent e9cc38e commit f97b8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/tests/test_step.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def check_trace(self, step_method):
163163
with Model():
164164
x = Normal('x', mu=0, sd=1)
165165
if step_method.__name__ == 'SMC':
166-
trace = smc.sample_SMC(n_steps=n_steps, step=step_method(random_seed=1),
166+
trace = smc.sample_smc(n_steps=n_steps, step=step_method(random_seed=1),
167167
n_jobs=1, progressbar=False,
168168
homepath=self.temp_dir)
169169
else:

0 commit comments

Comments
 (0)