lmbd and size arguments inverted in Poisson distribution
Open
- Dominant language
- Python
- Stars
- 99
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
in the api.py file, line 145,
self._gen.generate_poisson(dary, lmbd, size)
should be
self._gen.generate_poisson(dary, size, lmbd)
Contributor guide
No contributing guide indexed for this repository
Research direction
Open api.py at line 145 and inspect the call to self._gen.generate_poisson. Compare the argument order with the issue's expected call, then verify that the Poisson distribution path uses size before lmbd and that the affected behavior remains correct.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100