-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
add rugplot + changelog #670
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
@theengineear ready for a quick 👀 |
Huh, weird intermittent sign-in failure... If it keeps happing, you could mock the |
I tried rebuilding once and the same error occurred |
LGTM, but, is there an existing test that you can improve to cover this? The 💃 as is, but it'd be great to add some test coverage 😸 |
Did it occur for the same Python version in the same test? I ask because it's a little odd. |
It looks like one was Python 3.4.3 and the other Python 3.3.3. |
I didn't know about this test coverage page, sooo cool! Sure, I'll some before merging then ping you. |
ya! definitely good to check in with every now and again! |
And scatterplotmatrix is at 41% - ouch! I think a lot of the coverage is coming from not checking all types of violins or scatterplot matrices. |
Change of plans, I'm just going to merge this guy. I don't really understand how the coverage page works...it says https://1894-14579099-gh.circle-artifacts.com/0/tmp/circle-artifacts.mLgBx3K/coverage-reports/py27-optional/plotly_figure_factory__violin_py.html#n556 is not covered for instance, even though there is a test for it. And if I decided to test Can you illuminate how this works? |
@Kully the link you pasted suggests that the following condition is not met:
Therefore, none of the code inside that is ever touched. That means that either |
Fixes this issue: #603