You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When chain_method is a callable, we can't control how progress bar logic is interacted with those callables, hence we should raise a warning to inform users to set progress_bar=False in the MCMC construction.
When chain_method is a callable, we can't control how progress bar logic is interacted with those callables, hence we should raise a warning to inform users to set
progress_bar=False
in the MCMC construction.Context: #1725 (comment)
cc @mdmould
The text was updated successfully, but these errors were encountered: