Add test for catching sampler issues on a simple, bounded model
Open
@betanalpha is already working on this.
Since Jul 27, 2016.
testing
- Dominant language
- C++
- Stars
- 2.8k
- Forks
- 388
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 15
Description
Summary:
@betanalpha fixed #1972. We should add a test so it doesn't recur.
(Thanks, @YannickJadoul)
Description:
This model did not sample correctly in v2.10:
parameters {
real<lower = 0, upper = 1> theta;
}
model {
}
We should check that the distribution of the samples is uniform from 0 to 1.
Additional Information:
This has been fixed on the current release. We want to add a test that will pass on the current release and fail on v2.10.0.
Current Version:
v2.11.0
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.