Skip to content

Commit e421f64

Browse files
author
Chris Fonnesbeck
committed
Fixed issue #111
1 parent 642cb07 commit e421f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/MCMC.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def tune(self):
345345
print_('\t\tTuning step method %s, returned %i\n' %(step_method._id, tuning_count))
346346
sys.stdout.flush()
347347

348-
if not self._tune_throughout or self._burn_till_tuned:
348+
if self._burn_till_tuned:
349349
if not tuning_count:
350350
# If no step methods needed tuning, increment count
351351
self._tuned_count += 1

0 commit comments

Comments
 (0)