Closed bgoodri closed 4 years ago
This comes from | UReal, UInt, Divide
here:
which (probably) shouldn't be there. Should this be changed to | UInt, UInt, Divide
?
Woops, yep. That might have been my bad in the initial spec.
This was fixed by #429.
When I do
I get an int division warning:
The line in question is
https://github.com/stan-dev/rstanarm/blob/master/src/stan_files/functions/mvmer_functions.stan#L428
but
mean_PPD
is declared asreal
up above, so this is a double divided by int operation rather than integer division.