Skip to content
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

Refactor DiscreteWeibull #4615

Merged
merged 2 commits into from
Apr 15, 2021

Conversation

ricardoV94
Copy link
Member

@ricardoV94 ricardoV94 commented Apr 4, 2021

Refactoring DiscreteWeibull as a test for how to refactor other distributions whose random ops are not implemented in aesara.

@@ -817,7 +816,6 @@ def ref_rand(size, lower, upper):
pm.DiscreteUniform, {"lower": -NatSmall, "upper": NatSmall}, ref_rand=ref_rand
)

@pytest.mark.xfail(reason="This distribution has not been refactored for v4")
Copy link
Member Author

@ricardoV94 ricardoV94 Apr 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one still needs refactoring...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will take care of this via #4608

@ricardoV94 ricardoV94 marked this pull request as draft April 4, 2021 18:07
@brandonwillard
Copy link
Contributor

Looks correct to me.

@brandonwillard brandonwillard merged commit 7adf05d into pymc-devs:v4 Apr 15, 2021
@ricardoV94 ricardoV94 deleted the refactor_discrete_weibull branch April 16, 2021 07:09
twiecki pushed a commit that referenced this pull request Jun 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants