Skip to content

Commit 431923f

Browse files
wesmjreback
authored andcommitted
CLN: Fix all flake8 warnings in pandas/tests
Ouch my wrists. I will rebase and fix the post-rebase entropy tomorrow. Author: Wes McKinney <[email protected]> Closes #12069 from wesm/style/flake8-pandas-tests and squashes the following commits: 588b255 [Wes McKinney] STY: Fix pandas/tests flake8 warnings and disable qa on difficult modules
1 parent 031d7ca commit 431923f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+11977
-9541
lines changed

pandas/tests/frame/test_operators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def test_binary_ops_align(self):
477477
result = getattr(df, op)(x, level='second', axis=0)
478478

479479
expected = (pd.concat([opa(df.loc[idx[:, i], :], v)
480-
for i, v in x.iteritems()])
480+
for i, v in x.iteritems()])
481481
.reindex_like(df).sortlevel())
482482
assert_frame_equal(result, expected)
483483

pandas/tests/test_algos.py

+139-114
Large diffs are not rendered by default.

pandas/tests/test_base.py

+180-116
Large diffs are not rendered by default.

pandas/tests/test_categorical.py

+1,350-944
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)