Skip to content

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

Merged
merged 7 commits into from
Sep 28, 2020

Conversation

mroeschke
Copy link
Member

  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff

@mroeschke mroeschke added Clean Testing pandas testing functions or related to the test suite Window rolling, ewma, expanding labels Sep 26, 2020
@mroeschke mroeschke added this to the 1.2 milestone Sep 26, 2020
@mroeschke mroeschke closed this Sep 27, 2020
@mroeschke mroeschke reopened this Sep 27, 2020
@pep8speaks
Copy link

pep8speaks commented Sep 27, 2020

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

@mroeschke mroeschke changed the title CLN: test_moments_rolling.py for mean CLN: test_moments_rolling.py for mean/std/var/count/median/min/max Sep 27, 2020
@jreback
Copy link
Contributor

jreback commented Sep 27, 2020

this is just moving tests around AFAICT right?

@mroeschke
Copy link
Member Author

@jreback exactly. No test addition or subtraction. Just makes it easier to figure out what fails (when I am debugging locally)

@jreback
Copy link
Contributor

jreback commented Sep 27, 2020

kk merge on green (i think there is an unrelated fail on 38_numpy_dev but ignore for now)

@mroeschke mroeschke merged commit e62b184 into pandas-dev:master Sep 28, 2020
@mroeschke mroeschke deleted the cln/moments_rolling_mean branch September 28, 2020 01:57
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Testing pandas testing functions or related to the test suite Window rolling, ewma, expanding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants