Breakup the Model Tests
Open
@seantalts is already working on this.
Since Apr 3, 2017.
testing
- Dominant language
- C++
- Stars
- 2.8k
- Forks
- 388
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 15
Description
We need three layers of tests -- checking for successful compilation, checking that the models run for a few iterations without erring, and then checking for validity of the Markov chain output.
- Add separate compilation tests.
- Add separate running tests.
- Cherry pick BUGS examples that can be verified to work robustly.
- Use cherry picked BUGS examples for Markov chain validity tests.
- Consider ditching BUGS examples for validity tests and replacing them with https://github.com/stan-dev/stan/tree/feature/stat_valid_test
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.