From 691f7d90618e2cc1ce37892e026e214bdedd23dc Mon Sep 17 00:00:00 2001 From: chandan5362 Date: Fri, 29 Jan 2021 11:58:54 +0530 Subject: [PATCH] sanity check for return_inferencedata=True --- pymc3/sampling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymc3/sampling.py b/pymc3/sampling.py index bc77113772..aa57572d0e 100644 --- a/pymc3/sampling.py +++ b/pymc3/sampling.py @@ -468,7 +468,7 @@ def sample( FutureWarning, ) # set the default - return_inferencedata = False + return_inferencedata = True if start is not None: for start_vals in start: