-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Move content of distributions.special into distributions.dist_math #4760
Conversation
The failing tests seem to be unrelated:
I am coming back to fix it in this PR #4736 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a couple of minor comments. Let me know if you agree. Otherwise looks fine :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
@@ -1356,13 +1356,16 @@ def test_t(self): | |||
lambda value, nu, mu, lam: sp.t.logcdf(value, nu, mu, lam ** -0.5), | |||
n_samples=10, # relies on slow incomplete beta | |||
) | |||
# TODO: reenable when PR #4736 is merged | |||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A reminder issue would be good. Or @ricardoV94 you rebase the other PR after we merge it and then you can enable it right there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll do that. Linking it here for now #4736
Thanks @themrzmaster! |
closes #4756
@ricardoV94