Brian Ward
Brian Ward
Oh, I like that idea. I would basically never need non-default options in that case.
Thank you for finding one! Looking forward to deleting some code once these are released.
Not to be a bother, but do you have a sense of when you think a `fmt 0.11` which includes these new functions will be released?
I'd like to echo once again that this would be great to address, or at the very least document the current behavior. It has given me quite a hard time...
How would you feel about modeling this more after the `log_prob` method on `CmdStanModel`? Namely, not needing its own Args class or a holder for the return type, but just...
I believe they have support for log_prob through some optional RCPP stuff, which is pretty far outside anything we’d want to do in Python. We try to be consistent-ish for...
Can you run the code with 'show_console=True` and paste that output? Are you able to share your Stan code?
3221225653 seems like it is sometimes used as the error code for device IO timeout, which certainly could be dropbox/permissions related.
Closing as stale, please open a new issue if there are persistent problems
One can do this now, but it is a bit manual: 1. Compile the model with `{'STAN_THREADS':1}` as a cpp_option 2. Set `os.environ['STAN_NUM_THREADS'] = number_of_desired_threads` Then, running pathfinder as normal...