-
-
Notifications
You must be signed in to change notification settings - Fork 559
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
Fixes part of #437 #809
Fixes part of #437 #809
Conversation
I think I'm having some trouble understanding the problem with my submission. Would it be possible to receive some feedback? |
Hey there @jimmyshah and thanks for checking out Yellowbrick and for helping us work through our (ever growing 😅) backlog of issues! Here's what's happening with your PR; you've globally modified the The request in #437 is to do something similar with Note that when you make this change, it should fix all the CI errors, but we may need to work through some new broken image tests for Apologies for the confusion, and hope this is helpful! |
Thank you so much for the elaborate response @rebeccabilbro ! It was really helpful and I understand the issue more clearly now. I'm going to try working on this again in a bit. |
@rebeccabilbro Thank you again for your all of your help! It looks like my commit is passing the Travis CI check according to the site, but it is still showing it as being queued here. Is there something else that I need to do? |
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 great @jimmyshah — all the tests are passing now, so I'll go ahead and merge this in. We hope to see future contributions from you!
One tiny request is that for your next contribution, you use a feature branch (you can read more about our branching conventions here) instead of merging from your develop
branch; it makes reviewing easier on us maintainers and ensures your develop
stays well-groomed! Thanks again for checking out Yellowbrick and hope to see you around!
@rebeccabilbro This is so wonderful to hear! Thank you so much, and I look forward to future contributions. I can use the feature branch convention going forward as well, my apologies about that. |
Adds frameon=true from #437 , I closed the previous PR