Skip to content
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

TST pandas support bar #13255

Merged
merged 1 commit into from Jan 21, 2019
Merged

Conversation

NelleV
Copy link
Member

@NelleV NelleV commented Jan 21, 2019

PR Summary

Adds a smoke test for #13187

@jklymak
Copy link
Member

jklymak commented Jan 21, 2019

Well, that was the original code, but the real error was further down in the issue.

... and I didn’t understand well enough what was going on innpandas to write the test.

@dopplershift
Copy link
Contributor

IMO there's nothing wrong with a more "integration test"-like thing that describes the desired behavior rather than a very specific test triggering the error.

@NelleV
Copy link
Member Author

NelleV commented Jan 21, 2019

When I wrote it, I checked it failed before the patch and passed after.

@jklymak
Copy link
Member

jklymak commented Jan 21, 2019

Sure but this test just errors because it’s not the desired behaviour and never worked. (You need to specify width with datetime units somehow). Well we could say that we should be able to infer the width from x which is what @anntzer latest or tries to do.

@tacaswell tacaswell added this to the v3.1 milestone Jan 21, 2019
@NelleV
Copy link
Member Author

NelleV commented Jan 21, 2019

@jklymak I agree that a smoke test is not ideal, but it is better than not having a test.

@jklymak
Copy link
Member

jklymak commented Jan 21, 2019

I love smoke tests, its just the error was from #13186 (comment)... Hopefully your new test checks that use case...

@jklymak
Copy link
Member

jklymak commented Jan 21, 2019

This looks good. not sure whats going on w/ test cov....

@dopplershift
Copy link
Contributor

What's confusing you about the coverage?

@jklymak
Copy link
Member

jklymak commented Jan 21, 2019

Ooops, it looks fine now

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

Successfully merging this pull request may close these issues.

None yet

5 participants