-
-
Notifications
You must be signed in to change notification settings - Fork 983
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
adding quantiles method to AutoGuideList #2837
Conversation
This is great. Can you resolve lint errors and add a test case? /pyro/infer/autoguide/guides.py:270:1: W293 blank line contains whitespace |
For |
@vitkl you can |
@vitkl I believe you need to switch the docstring from numpy-style to sphinx rst style:
|
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.
Hi @vitkl I think you'll just need to merge with the dev branch, since we switched CI systems. Looking forward to merging this!
Hi @vitkl, this is a great new feature to have, and I'd like to include it in the next release. Do you want any help getting this merged? |
When do you plan next release?
…On Mon, 28 Jun 2021, 15:37 Fritz Obermeyer, ***@***.***> wrote:
Hi @vitkl <https://github.com/vitkl>, this is a great new feature to
have, and I'd like to include it in the next release. Do you want any help
getting this merged?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2837 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFMFTVYLVXSDTVQNKJPUWDTTVCCJLANCNFSM44IHMPSQ>
.
|
Oh, how about next Wednesday 7/7? There's no fixed deadline, but I'd like to get out fixes for PyTorch 1.9 by the end of next week. |
Hi @vitkl no pressure, but do you plan to update this branch today? If not I'll release without, since there is a pressing PyTorch bug workaround. Also I'm happy to take over this PR and get your feature in if you're busy. |
Hi Fritz
Sorry, still occupied by paper revision. I can't make it today. If you can
take over would be great otherwise I will do it in ~2 weeks!
…On Tue, 6 Jul 2021, 15:36 Fritz Obermeyer, ***@***.***> wrote:
Hi @vitkl <https://github.com/vitkl> no pressure, but do you plan to
update this branch today? If not I'll release without, since there is a
pressing PyTorch bug workaround. Also I'm happy to take over this PR and
get your feature in if you're busy.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2837 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFMFTV4NON6AZMKDA5LGFQDTWMIGRANCNFSM44IHMPSQ>
.
|
Closing after moving to #2896 |
This pull request adds quantiles method to AutoGuideList. I did not find where a test for this can be added. Please let me know what you think.