Skip to content

Commit 1bf85f0

Browse files
committed
Remove progress bar functionality for now
1 parent 6ba2c31 commit 1bf85f0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pymc/sampling_jax.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ def sample_blackjax_nuts(
221221
initvals=None,
222222
model=None,
223223
var_names=None,
224-
progress_bar=True, # FIXME: Unused for now
225224
keep_untransformed=False,
226225
chain_method="parallel",
227226
idata_kwargs=None,
@@ -249,10 +248,6 @@ def sample_blackjax_nuts(
249248
context, it defaults to that model, otherwise the model must be passed explicitly.
250249
var_names : iterable of str, optional
251250
Names of variables for which to compute the posterior samples. Defaults to all variables in the posterior
252-
progress_bar : bool, default True
253-
Whether or not to display a progress bar in the command line. The bar shows the percentage
254-
of completion, the sampling speed in samples per second (SPS), and the estimated remaining
255-
time until completion ("expected time of arrival"; ETA).
256251
keep_untransformed : bool, default False
257252
Include untransformed variables in the posterior samples. Defaults to False.
258253
chain_method : str, default "parallel"

0 commit comments

Comments
 (0)