Skip to content

CLN: rename private functions used across modules #36049

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 35 commits into from
Sep 2, 2020

Conversation

jbrockmendel
Copy link
Member

No description provided.

jbrockmendel and others added 30 commits August 20, 2020 21:19
Copy link
Member

@simonjayhawkins simonjayhawkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jbrockmendel lgtm pending green

Comment on lines 16 to 19

"""
This is a common base class used for various plotting tests
"""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this docstring belong inside the following class

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, updated

@simonjayhawkins simonjayhawkins added Clean Code Style Code style, linting, code_checks labels Sep 1, 2020
@simonjayhawkins simonjayhawkins added this to the 1.2 milestone Sep 1, 2020
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typos, merge on green.

@@ -349,31 +349,31 @@ def test_subplot_titles(self, iris):
title_list = [ax.get_title() for sublist in plot for ax in sublist]
assert title_list == title[:3] + [""]

def test_get_standard_colors_random_seed(self):
def testget_standard_colors_random_seed(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test_

assert color1 == color2

def test_get_standard_colors_default_num_colors(self):
from pandas.plotting._matplotlib.style import _get_standard_colors
def testget_standard_colors_default_num_colors(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test_

@@ -394,17 +394,17 @@ def test_plot_single_color(self):
colors = [rect.get_facecolor() for rect in ax.get_children()[0:3]]
assert all(color == colors[0] for color in colors)

def test_get_standard_colors_no_appending(self):
def testget_standard_colors_no_appending(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test_

@jreback jreback merged commit 675a541 into pandas-dev:master Sep 2, 2020
@jbrockmendel jbrockmendel deleted the ref-private branch September 2, 2020 18:27
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Code Style Code style, linting, code_checks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants