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.
.pop
1 parent fa43eba commit 472da97Copy full SHA for 472da97
pymc/sampling/mcmc.py
@@ -338,6 +338,7 @@ def _sample_external_nuts(
338
UserWarning,
339
)
340
compile_kwargs = {}
341
+ nuts_sampler_kwargs = nuts_sampler_kwargs.copy()
342
for kwarg in ("backend", "gradient_backend"):
343
if kwarg in nuts_sampler_kwargs:
344
compile_kwargs[kwarg] = nuts_sampler_kwargs.pop(kwarg)
0 commit comments