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 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.
The text was updated successfully, but these errors were encountered:
When compling the one_sample code, I get the following warning:
Probably not a problem for now, but something to be aware of.
The text was updated successfully, but these errors were encountered: