-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
TST pandas support bar #13255
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
Conversation
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. |
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. |
When I wrote it, I checked it failed before the patch and passed after. |
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. |
06e1b07
to
dceb32d
Compare
@jklymak I agree that a smoke test is not ideal, but it is better than not having a test. |
I love smoke tests, its just the error was from #13186 (comment)... Hopefully your new test checks that use case... |
This looks good. not sure whats going on w/ test cov.... |
What's confusing you about the coverage? |
Ooops, it looks fine now |
PR Summary
Adds a smoke test for #13187