Skip to content

Commit 2fb6e44

Browse files
committed
Removed parallelize argument from DEMetropolis run in test_step
1 parent 990d248 commit 2fb6e44

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
@@ -953,7 +953,7 @@ def test_parallelized_chains_are_random(self):
953953
for stepper in TestPopulationSamplers.steppers:
954954
step = stepper()
955955
trace = sample(
956-
chains=4, draws=20, tune=0, step=DEMetropolis(), parallelize=True
956+
chains=4, draws=20, tune=0, step=DEMetropolis()
957957
)
958958
samples = np.array(trace.get_values("x", combine=False))[:, 5]
959959

0 commit comments

Comments
 (0)