seananderson / glmmfields

R package for Bayesian spatial and spatiotemporal GLMMs with possible extremes
50 stars 10 forks source link

Fix deep copy warnings #7

Closed seananderson closed 5 years ago

seananderson commented 5 years ago
DIAGNOSTIC(S) FROM PARSER:
Info: left-hand side variable (name=SigmaOffDiag) occurs on right-hand side of assignment, causing inefficient deep copy to avoid aliasing.
Info: left-hand side variable (name=y_hat) occurs on right-hand side of assignment, causing inefficient deep copy to avoid aliasing.

https://discourse.mc-stan.org/t/deep-copy-warning/885/11