rybern

Results 23 comments of rybern

Just to clarify - the PCB specs are not currently up to date with the models, right?

Same issue, trying to map F20

I think this is the current behavior of the optimizations when you turn lazy code motion off (it's implemented by expression propagation + dead code elimination). Lazy code motion assumes...

@nhuurre I spent a little while looking at the parser question - it's pretty gnarly! I'm 99% sure I found a workable solution, but it's especially hacky due to the...

> IMO the Ast.index type should have one more variant to distinguish between [] and [:]. (That's why you can reject array[1:] but not array[:], right?) Bingo, and I agree...

Replied here https://discourse.mc-stan.org/t/misleading-warning-when-providing-prior-parameters-as-data/27289/4?u=rybern

#522 addressed items 3 and 4, I haven't payed more attention to it

#522 addressed items 3 and 4. More work on items 1 and 2 here might still be beneficial.

I'd say that #522 addressed items 3 and 4. More work on items 1 and 2 here might still be beneficial, especially with respect to efficacy (#555).

#522 addressed items 3 and 4. More work on items 1 and 2 here might still be beneficial, especially with respect to efficacy (#555) and whether the application can be...