Brian Ward

Results 396 comments of Brian Ward

@mitzimorris thoughts on a release soon?

Are you using cmdstanpy from the console or something like a Jupyter notebook? Did anything else about your environment change?

I still see progress bars in colab using 1.0.5. It seems like colab changed something recently which may have affected this. You may need to change the version of ipywidgets...

Tqdm works in lab for me, haven’t used notebook in a while but can check on Monday

I currently have a working setup with: ``` tqdm 4.61.1 jupyter-packaging 0.10.3 jupyter_client 6.1.12 jupyter_core 4.7.1 jupyter_server 1.9.0 jupyterlab 3.0.16 jupyterlab_code_formatter 1.4.10 jupyterlab_pygments 0.1.2 jupyterlab_server 2.6.0 jupyterlab_widgets 1.0.2 ipykernel 5.5.5...

``` ipywidgets 7.6.5 ``` re: ditching tqdm, I quite like the output and find it valuable. Amenable to changing the defaults or trying to avoid showing it for trivial things...

Another option we could consider is forcing the text interface of tqdm (or maybe allow something like `show_progress='text'`). This will always show something, although if you combine it with things...

Is there any action to be taken on this issue still?

Pedantic mode is an option for the stanc3 compiler, so you can enable it in the constructor like: ``` cmdstanpy.CmdStanModel(stan_file="./bernoulli.stan", stanc_options={"warn-pedantic":True}) ``` or in calls to `compile` in the same...