Skip to content

Commit

Permalink
fix tiny error in overload definition
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasaarholt authored and ricardoV94 committed May 30, 2023
1 parent b17a60d commit f3df36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc/sampling/mcmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def sample(
discard_tuned_samples: bool = True,
compute_convergence_checks: bool = True,
keep_warning_stat: bool = False,
return_inferencedata: Literal[True],
return_inferencedata: Literal[True] = True,
idata_kwargs: Optional[Dict[str, Any]] = None,
nuts_sampler_kwargs: Optional[Dict[str, Any]] = None,
callback=None,
Expand Down

0 comments on commit f3df36b

Please sign in to comment.