Skip to content

Commit 6d264f2

Browse files
authored
Update pymc3/sampling.py
1 parent 5478a73 commit 6d264f2

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
@@ -1509,7 +1509,7 @@ def _mp_sample(
15091509

15101510
def _choose_chains(traces, tune):
15111511
"""
1512-
Pick traces such that the effective sample size is maximised.
1512+
Filter and slice traces such that (n_traces * len(shortest_trace)) is maximized.
15131513
15141514
We get here after a ``KeyboardInterrupt``, and so the different
15151515
traces have different lengths. We therefore pick the number of

0 commit comments

Comments
 (0)