Skip to content

Commit

Permalink
Merge 4720640 into c5a8555
Browse files Browse the repository at this point in the history
  • Loading branch information
ahartikainen committed Oct 28, 2019
2 parents c5a8555 + 4720640 commit 3420870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arviz/tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def pystan_noncentered_schools(data, draws, chains):

stan_model = pystan.StanModel(model_code=schools_code)
fit = stan_model.sampling(
data=data, iter=draws, warmup=0, chains=chains, check_hmc_diagnostics=False
data=data, iter=draws, warmup=0, chains=chains, check_hmc_diagnostics=False, control=dict(adapt_engaged=False)
)
else:
import stan # pylint: disable=import-error
Expand Down

0 comments on commit 3420870

Please sign in to comment.