Always include `p_outlier` in `make_hssm_rv`
Open
- Dominant language
- Python
- Stars
- 124
- Forks
- 24
- Avg merge
- 19h 32m
- Merged PRs (30d)
- 60
Description
Just always append `p_outliers` to `list_params` no matter whether the user specifies it or now, and if it shows up anywhere other than the last position in `list_params`, throw an error
Contributor guide
Research direction
Start by locating the make_hssm_rv entry point and reading how it builds list_params. Confirm the requested behavior for p_outliers, including rejecting it when it is not last; done means the function consistently appends it when absent and raises an error for an invalid position.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100