Brian Ward
Brian Ward
#### Submission Checklist - [x] Run unit tests: `./runTests.py src/test/unit` - [x] Run cpplint: `make cpplint` - [x] Declare copyright holder and open-source license: see below #### Summary Fixes an...
**Describe the bug** I have tests in my code using [ppx_expect](https://github.com/janestreet/ppx_expect). The string of these tests can be found in the generated `.bc.js` file from JSOO **Expected behavior** That this...
## Description Eigen assertions from Stan code are always indicative of a bug (see #3075, most recently) but they lack any contextual information about where the assertion occurs. We can...
#### Submisison Checklist - [x] Run tests: `./runCmdStanTests.py src/test` - [x] Declare copyright holder and open-source license: see below #### Summary: See https://github.com/stan-dev/stan/pull/3295#issuecomment-2202092142. Following #1282, this adds a note to...
Thanks for a really cool demo. I was wondering if there was an easy place to hook into the build to add some libraries to the final result, e.g. if...
Initial implementation of https://github.com/stan-dev/design-docs/blob/master/designs/0033-declaration-annotations.md: - Basic parsing of `@annotations` on declaration nodes, propagation of this information throughout compiler. - Implementation of `@extern` example from the design doc, can be placed...
Follow on to #1435. The functions in stan Math have names we may not want to expose to the user, like [`lub_constrain`](https://github.com/stan-dev/math/blob/develop/stan/math/prim/constraint/lub_constrain.hpp#L394-L395), but otherwise should have the appropriate signatures?
Would close #239 I only timed this in Python, where I was not really able to consistently time a difference even in a very simple log density. Note: Some existing...
Running with the `--enable-remote-access` flag and following the link takes me to the homepage with an error > Not connected to service https://mcmc-monitor-proxy-0b1b73a9f2a0.herokuapp.com//s/67572afb148f3503f719
Fixes #263