Skip to content

Commit f3df36b

Browse files
thomasaarholtricardoV94
authored andcommitted
fix tiny error in overload definition
1 parent b17a60d commit f3df36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/sampling/mcmc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def sample(
348348
discard_tuned_samples: bool = True,
349349
compute_convergence_checks: bool = True,
350350
keep_warning_stat: bool = False,
351-
return_inferencedata: Literal[True],
351+
return_inferencedata: Literal[True] = True,
352352
idata_kwargs: Optional[Dict[str, Any]] = None,
353353
nuts_sampler_kwargs: Optional[Dict[str, Any]] = None,
354354
callback=None,

0 commit comments

Comments
 (0)