rybern
rybern
I see what you mean. That's actually already implemented in a separate warning. If you run: ``` parameters { real sigma; } model { sigma ~ exponential(1); sigma ~ exponential(1);...
@SteveBronder That sounds great. I glanced at GCC but it wasn't a big influence in my guesses. We'd probably want to get some benchmarking set up first.
Sounds good Luc! I was imagining something very short and easy to remember because in my experimentation, that felt like a basic functionality to me, but I absolutely may not...