-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Remove size from Distribution signatures #5788
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5788 +/- ##
==========================================
+ Coverage 86.73% 89.36% +2.62%
==========================================
Files 74 74
Lines 13815 13805 -10
==========================================
+ Hits 11983 12337 +354
+ Misses 1832 1468 -364
|
Thanks @michaelosthege for taking action! The code here looks good to me, will let others comment on the "philosophy of it" |
Related to #5789 |
Co-authored-by: Ricardo Vieira <[email protected]>
Co-authored-by: Ricardo Vieira <[email protected]>
@lucianopaz @ricardoV94 @twiecki @canyon289 are we happy? (Want to get the ticket off my mental ToDo list..) |
I am okay. This does not really address the bigger discussion, but we can definitely merge. |
yes, this does two very important thing which is remove the confusion for
users and subset the discussion to an internal one.
thanks much Michael for your patience with all this 🙏
…On Monday, May 23, 2022, Thomas Wiecki ***@***.***> wrote:
Merged #5788 <#5788> into main.
—
Reply to this email directly, view it on GitHub
<#5788 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXBFYKYD5LQR5WOCWU47BTVLOEIFANCNFSM5WOY4JTA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This PR implements how I propose to resolve #5754.
It kicks the argument from the signature, but continues to support it for internal use & to maintain API continuity with Aesara & aeppl.
I made the corresponding changes for
Flat
,HalfFlat
, but I don't know how to go aboutBound
which has multiple other kwargs from the Distribution API in it's signature.Also the GaussianRandomWalk has a
size
kwarg that I wasn't sure how to remove without having to starting thinking.Anybody please feel free to take over the branch.