Cannot provide an empty int-valued list
Open
@riddell-stan is already working on this.
Since Oct 6, 2021.
bug
wontfix
- Dominant language
- Python
- Stars
- 42
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Models which use data which contains an empty int-valued list cannot be used.
This does not have a trivial solution since we use JSON for serializing data and JSON cannot distinguish between an empty list of floats and an empty list of ints.
A completely satisfactory solution will probably involve asking Stan or stanc3 to tell us the type of data variables.
Contributor guide
No contributing guide indexed for this repository
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.