usnistgov / AusteniteCalculator

Software and GUI for uncertainty quantification of austenite phase fraction
Other
1 stars 0 forks source link

Stan Install Warning #37

Open creuzige opened 1 year ago

creuzige commented 1 year ago

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.

dnewton600 commented 1 year ago

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