8000 DOC: Fixed examples in pandas/core/indexes/ by ShaharNaveh · Pull Request #33208 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC: Fixed examples in pandas/core/indexes/ #33208

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
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into DOC-DocTests-core…
…-indexes
  • Loading branch information
MomIsBestFriend committed Apr 1, 2020
commit a28a40d7a274f45ce4d78e7f7c59bb204022312a
2 changes: 1 addition & 1 deletion ci/code_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
RET=$(($RET + $?)) ; echo $MSG "DONE"

MSG='Doctests interval classes' ; echo $MSG
pytest -q --doctest-modules pandas/core/arrays/interval.py
pytest -q --doctest-modules pandas/core/indexes/interval.py
RET=$(($RET + $?)) ; echo $MSG "DONE"

MSG='Doctests arrays'; echo $MSG
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0