Skip to content

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

Merged
merged 1 commit into from
Jan 23, 2017
Merged

add rugplot + changelog #670

merged 1 commit into from
Jan 23, 2017

Conversation

Kully
Copy link
Contributor

@Kully Kully commented Jan 20, 2017

Fixes this issue: #603

@Kully
Copy link
Contributor Author

Kully commented Jan 20, 2017

@theengineear ready for a quick 👀

@theengineear
Copy link
Contributor

Huh, weird intermittent sign-in failure... If it keeps happing, you could mock the users.current request so that it just skips the validation part. Up to you. My guess is that a rebuild will work for now though.

@Kully
Copy link
Contributor Author

Kully commented Jan 20, 2017

Huh, weird intermittent sign-in failure... If it keeps happing, you could mock the users.current request so that it just skips the validation part. Up to you. My guess is that a rebuild will work for now though.

I tried rebuilding once and the same error occurred

@theengineear
Copy link
Contributor

LGTM, but, is there an existing test that you can improve to cover this? The violin coverage is only at 62%, which isn't great. https://1894-14579099-gh.circle-artifacts.com/0/tmp/circle-artifacts.mLgBx3K/coverage-reports/py27-optional/plotly_figure_factory__violin_py.html

💃 as is, but it'd be great to add some test coverage 😸

@theengineear
Copy link
Contributor

I tried rebuilding once and the same error occurred

Did it occur for the same Python version in the same test? I ask because it's a little odd.

@Kully
Copy link
Contributor Author

Kully commented Jan 20, 2017

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.

@Kully
Copy link
Contributor Author

Kully commented Jan 20, 2017

💃 as is, but it'd be great to add some test coverage 😸

I didn't know about this test coverage page, sooo cool! Sure, I'll some before merging then ping you.

@theengineear
Copy link
Contributor

I didn't know about this test coverage page

ya! definitely good to check in with every now and again!

@Kully
Copy link
Contributor Author

Kully commented Jan 20, 2017

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.

@Kully
Copy link
Contributor Author

Kully commented Jan 20, 2017

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 violin_colorscale then I don't know if it would increase the coverage %.

Can you illuminate how this works?

@Kully Kully merged commit 871114d into master Jan 23, 2017
@Kully Kully deleted the rugplot-param-for-violin branch January 23, 2017 17:15
@theengineear
Copy link
Contributor

@Kully the link you pasted suggests that the following condition is not met:

if pd and isinstance(data, pd.core.frame.DataFrame):

Therefore, none of the code inside that is ever touched. That means that either pd is not imported or data is not an instance of pd.core.frame.DataFrame.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants