File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,6 @@ def sample_blackjax_nuts(
221
221
initvals = None ,
222
222
model = None ,
223
223
var_names = None ,
224
- progress_bar = True , # FIXME: Unused for now
225
224
keep_untransformed = False ,
226
225
chain_method = "parallel" ,
227
226
idata_kwargs = None ,
@@ -249,10 +248,6 @@ def sample_blackjax_nuts(
249
248
context, it defaults to that model, otherwise the model must be passed explicitly.
250
249
var_names : iterable of str, optional
251
250
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).
256
251
keep_untransformed : bool, default False
257
252
Include untransformed variables in the posterior samples. Defaults to False.
258
253
chain_method : str, default "parallel"
You can’t perform that action at this time.
0 commit comments