Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stan Install Warning #37

Open
creuzige opened this issue Jan 10, 2023 · 1 comment
Open

Stan Install Warning #37

creuzige opened this issue Jan 10, 2023 · 1 comment
Assignees
Labels
invalid This doesn't seem right

Comments

@creuzige
Copy link
Member

When compling the one_sample code, I get the following warning:

--- Translating Stan model to C++ code ---
bin/stanc  --o=/Users/creuzige/Documents/NIST_Research/GitHub/AusteniteCalculator/stan_files/one_sample.hpp /Users/creuzige/Documents/NIST_Research/GitHub/AusteniteCalculator/stan_files/one_sample.stan
Warning in '/Users/creuzige/Documents/NIST_Research/GitHub/AusteniteCalculator/stan_files/one_sample.stan', line 5, column 4: Declaration
    of arrays by placing brackets after a variable name is deprecated and
    will be removed in Stan 2.32.0. Instead use the array keyword before the
    type. This can be changed automatically using the auto-format flag to
    stanc

Probably not a problem for now, but something to be aware of.

@creuzige creuzige added the invalid This doesn't seem right label Jan 10, 2023
@dnewton600
Copy link
Collaborator

Thanks, good to make note of. I think we found one of the few cases where stan gives clear error/warning messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants