File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ if [ "$DOCTEST" ]; then
12
12
13
13
echo " Running doctests"
14
14
15
- pytest --doctest-modules --ignore=pandas/tests -v pandas/core/frame.py
15
+ # pytest --doctest-modules --ignore=pandas/tests -v pandas/core/frame.py
16
16
17
- if [ $? -ne " 0" ]; then
18
- RET=1
19
- fi
17
+ # if [ $? -ne "0" ]; then
18
+ # RET=1
19
+ # fi
20
20
21
21
22
22
# # top-level reshaping functions
@@ -37,13 +37,13 @@ if [ "$DOCTEST" ]; then
37
37
# RET=1
38
38
# fi
39
39
40
- # # DataFrame docstrings
41
- # pytest --doctest-modules -v \
42
- # pandas/core/frame.py -k"-agg -apply -applymap -assign -eval - isin -itertuples -join -merge - nlargest -nsmallest -nunique -pivot - pivot_table -quantile -query -reindex -reindex_axis -replace -round -select_dtypes - set_index -stack -to_dict -to_excel -to_stata"
40
+ # DataFrame docstrings
41
+ pytest --doctest-modules -v pandas/core/frame.py \
42
+ -k" -assign -axes -combine - isin -itertuples -join -nlargest -nsmallest -nunique -pivot_table -quantile -query -reindex -reindex_axis -replace -round -set_index -stack -to_dict -to_records -to_stata -transform "
43
43
44
- # if [ $? -ne "0" ]; then
45
- # RET=1
46
- # fi
44
+ if [ $? -ne " 0" ]; then
45
+ RET=1
46
+ fi
47
47
48
48
# # Series docstrings
49
49
# pytest --doctest-modules -v \
You can’t perform that action at this time.
0 commit comments