-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Type Hints to distribution parameters #5358
Comments
Hi @canyon289, if you do not mind, I can pick that? |
@nvasilevv sure thing! Do you know which file(s) you want to start with? I'll open up a subissue for you so this can be address in parts |
Well, I do not have preferences. I have a brief question on #5315. I saw that no type hints were used here. Any reason why this is the case? There are other instances within the file where such changes were skipped, but looks like such are possible. Was this out of the scope of the PR or is there something I am missing? Thanks |
hi @nvasilevv, thanks for volunteering to contribute! did you open a pull request? if not, can you choose a submodule so we can create more issues and split up the work, it would be easier for you to contribute and us to manage the workflow that way! let me know if you need help |
Hi @mjhajharia, sorry for the late reply. I can start with the discrete distributions if that is ok with everyone. |
@nvasilevv discrete distributions sounds great. I'll add a note to the issue to indicate your assignment. Thanks for your continued interest |
Hello, I'd like to work on this but don't know where to begin; could you possibly point me in the right direction? |
@canyon289 @mjhajharia I was looking through what remains to be done for this. Are you trying to update the type hints for all
? |
hey hector, all the ones that are applicable! |
@canyon289 Working on the mixture |
@canyon289 working on continuous. |
Thanks! |
As the PR for discrete distributions was never merged, I'm picking that up now. |
I'll take a look at this one. (hackathon) |
Add type hints to distribution parameters as demonstrated by this PR.
#5315
If multiple people are interested in this we split this up by module
The text was updated successfully, but these errors were encountered: