Skip to content

Commit d2684c0

Browse files
committed
Change default for stop_adaptation
1 parent 6263f99 commit d2684c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2164,7 +2164,7 @@ def init_nuts(
21642164
var = np.ones_like(mean)
21652165
n = len(var)
21662166

2167-
if tune is not None and tune > 200:
2167+
if tune is not None and tune > 250:
21682168
stop_adaptation = tune - 50
21692169
else:
21702170
stop_adaptation = None

0 commit comments

Comments
 (0)