Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix type restriction on params function
`params` was untyped for geometric, resulting in fallback for other distributions for which params weren't defined. So something like ``` d = Dirichlet(5, 1) params(d) ``` resulted in a call here rather than method not found.
- Loading branch information