Skip to content

Commit 6ca5b7a

Browse files
committed
splitting comment in test_sort over multiple lines as it is causing the CI to fail
1 parent 60151af commit 6ca5b7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/tests/groupby/test_categorical.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,9 @@ def test_categorical_no_compress():
782782

783783
def test_sort():
784784

785-
# http://stackoverflow.com/questions/23814368/sorting-pandas-categorical-labels-after-groupby # noqa: flake8
785+
# http://stackoverflow.com/questions/23814368/
786+
# sorting-pandas-categorical-labels-after-groupby
787+
# noqa: flake8
786788
# This should result in a properly sorted Series so that the plot
787789
# has a sorted x axis
788790
# self.cat.groupby(['value_group'])['value_group'].count().plot(kind='bar')

0 commit comments

Comments
 (0)