-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CLN: test_moments_rolling.py for mean/std/var/count/median/min/max #36678
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
CLN: test_moments_rolling.py for mean/std/var/count/median/min/max #36678
Conversation
Hello @mroeschke! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-09-27 19:28:46 UTC |
this is just moving tests around AFAICT right? |
@jreback exactly. No test addition or subtraction. Just makes it easier to figure out what fails (when I am debugging locally) |
kk merge on green (i think there is an unrelated fail on 38_numpy_dev but ignore for now) |
…andas-dev#36678) * CLN: test_moments_rolling.py for mean * Add missing test * Parameterize over more functions * Remove usused param since apply was moved * Remove copy import Co-authored-by: Matt Roeschke <[email protected]>
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff