-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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: cleanup rank tests #15640
Comments
@jreback, just so I understand: the end result will have two files ( The |
yes though you might have some common tests in test_algos (if that makes sense) |
Work in Progress 1. Created new `pandas/tests/series/test_rank` and `pandas/tests/frame/test_rank` 2. Moved tests from `pandas/tests/test_stats` to `series` or `frame` version of `test_rank` See pandas-dev#15640
Work in Progress 1. Created new `pandas/tests/series/test_rank` and `pandas/tests/frame/test_rank` 2. Moved tests from `pandas/tests/test_stats` to `series` or `frame` version of `test_rank` 3. move `rank` tests from `frame/test_analytics` to `frame/test_rank` 4. move `rank` tests from `series/test_analytics` to `series/test_analytics` See pandas-dev#15640
Great. I submitted a PR. I believe the tests that remain in |
closes pandas-dev#15640 Author: Rouz Azari <rouz.azari@gmail.com> Closes pandas-dev#15658 from rouzazari/GH15640 and squashes the following commits: d0a2abc [Rouz Azari] Fixed linting error with datetime.datetime import 9580af0 [Rouz Azari] CLN: Cleanup tests for .rank()
closes pandas-dev#15640 Author: Rouz Azari <rouz.azari@gmail.com> Closes pandas-dev#15658 from rouzazari/GH15640 and squashes the following commits: d0a2abc [Rouz Azari] Fixed linting error with datetime.datetime import 9580af0 [Rouz Azari] CLN: Cleanup tests for .rank()
we have rank tests in:
Create a new
pandas/tests/series/test_rank
pandas/tests/series/test_analytics
Create a new
pandas/tests/frame/test_rank
pandas/tests/frame/test_analytics
pandas/tests/test_algos
Let's remove this and split among the other three
pandas/tests/test_stats
The text was updated successfully, but these errors were encountered: