File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -828,6 +828,7 @@ def iris_dataframe():
828828 }
829829 )
830830
831+
831832@pytest .fixture
832833def cars_dataframe ():
833834 return pd .read_csv ("tests/test_data/cars.csv.gz" , compression = 'gzip' )
@@ -881,7 +882,6 @@ def test_with_car_dataframe(cars_dataframe):
881882 assert scores .mean () > 0.30
882883
883884
884-
885885def test_heterogeneous_output_types_input_df ():
886886 """
887887 Modify feat2, but pass feat1 through unmodified.
Original file line number Diff line number Diff line change 1+ [flake8]
2+ exclude =
3+ .git
4+ __pycache__
5+ docs/source/conf.py
6+ old
7+ build
8+ dist
9+ *site-packages/pyflakes
10+ *site-packages/_pytest
11+ *site-packages/dateutil
12+
113[tox]
214envlist = {py36}-sklearn{23}-pandas{1}
315
1325 sklearn23: scikit-learn ==0.23.1
1426
1527commands =
16- flake8 --exclude build
28+ flake8
1729 py.test README.rst tests
You can’t perform that action at this time.
0 commit comments