-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: GH-35611 Tests for top-level Pandas functions serializable #35692
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
ENH: GH-35611 Tests for top-level Pandas functions serializable #35692
Conversation
pandas/tests/test_common.py
Outdated
@@ -157,3 +158,10 @@ def test_version_tag(): | |||
raise ValueError( | |||
"No git tags exist, please sync tags between upstream and your repo" | |||
) | |||
|
|||
|
|||
def test_serializable(): |
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.
can you parameterize the test on these instead or inside
also pls add the issue number here as a comment
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.
I understand. I'll do that.
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.
@jreback Could you take a look of this?
8bd86ed
to
f8215c4
Compare
thanks @ikedaosushi |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff