We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da68d11 commit 457421bCopy full SHA for 457421b
pymc/sampling/mcmc.py
@@ -417,7 +417,7 @@ def sample(
417
Keyword arguments for :func:`pymc.to_inference_data`
418
nuts_sampler_kwargs : dict, optional
419
Keyword arguments for the sampling library that implements nuts.
420
- Only used when an external sampler is specified via the `nuts_sampler` kwarg.
+ Only used when an external sampler is specified via the `nuts_sampler` kwarg.
421
callback : function, default=None
422
A function which gets called for every sample from the trace of a chain. The function is
423
called with the trace and the current draw and will contain all samples for a single trace.
0 commit comments