stanc3 icon indicating copy to clipboard operation
stanc3 copied to clipboard

[BUG] Pedantic mode always considers a function argument as uninitialized

Open WardBrian opened this issue 1 year ago • 0 comments

See online

This model produces

Warning in 'demo-model', line 30, column 30: The variable sir may not have  
 been assigned a value before its use.

Because sir is a function.

WardBrian avatar Jan 24 '25 15:01 WardBrian