Andrew Johnson

Results 456 comments of Andrew Johnson

Alright, the generated .hpp is identical to what I get locally, so this might not be a stanc3 issue. Were you able to successfully run the model when using the...

Alrighty, I also get a segfault with that data, so this is a cmdstan issue not stanc3 (phew for the multiarch). I'll start digging into this now

It looks like the segfault is related to your initial values, because the model runs fine when they're not included. Odd.

Just transferred this to the `cmdstanr` repo. @Jamin-R12, can you share a reproducible example so that we can debug?

Oh that's right! I just found the [rstan log_prob doc](https://mc-stan.org/rstan/reference/stanfit-method-logprob.html) as well, and it looks like that also exposed the methods `get_num_upars`, `constrain_pars`, and `unconstrain_pars`. Nothing for `cmdstanr` right now,...

You want to `grep` for `.cmdstan` (note the `.` at the front)

Closing to run workflows in my own fork

Great! I've just got one more PR to fix the WSL CI tests hanging, will have that in a couple days

There are a lot of whitespace changes due to my IDE stripping trailing whitespace, so it might be easier to review with the whitespace changes filtered out: https://github.com/stan-dev/rstanarm/pull/574/files?diff=split&w=1 Once this...

So the 2nd error is caused by the `expect_ad_matvar` test, because the `atan2` function doesn't have an overload for `var_value` types, like the `beta` function, so you can just remove...