Brian Ward

Results 396 comments of Brian Ward

Correct. Maybe I should have noted that gcc/clang do not exhibit this issue, there if `-x c++` is specified the file can have any extension (or none at all) and...

> Bazel has a nice list of extensions To clarify, while a partial solution to this is to expand the list of automatically recognized extensions, that is sort of orthogonal...

Hi @Ishvina - There are indeed still places where this pattern appears in the Stan code, for example: https://github.com/stan-dev/stan/blob/5621ebde258fe9926c6a36160f12e998e028670e/src/stan/services/optimize/lbfgs.hpp#L96-L97 If you'd like to follow the first suggestion and change the...

Hi Anika - This [guide to github pull requests](https://www.freecodecamp.org/news/how-to-make-your-first-pull-request-on-github-3/) might be useful. The basic idea is you can fork this repository to get your own copy, make the changes there,...

@rok-cesnovar are you able to help with the test failure here?

For me I think my question is whether the syntax is the right choice for this? The alternative that comes to my mind is if we add a keyword argument...

That's fair; I think it's most common to use Stan in the context of R (see [RStudio's support](https://blog.rstudio.com/2018/10/16/rstudio-1-2-preview-stan/)) so I'm not sure how many users there are in the VSCode...

Revisiting this: it also seems reasonable to me to turn a lot of our calls to `logging.warning` into calls to the `warnings.warn` function, which would allow downstream users to much...

Closing due to PyStan no longer being a dependency of `prophet`