Skip to content

TST: parametrize slow test #37339

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 2 commits into from
Oct 22, 2020
Merged

Conversation

jbrockmendel
Copy link
Member

No description provided.

@@ -7,17 +7,46 @@
from pandas import DataFrame, Series
import pandas._testing as tm

m = 50
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldnt u do this in a function where u set the random seed? not sure it's a big deal

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we dont set randomseed in this module. i dont think it makes real difference

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right but this should still be in a function and just create a fixture out of it

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually this is fine, i realize its the only thing in this file.

@jreback jreback added Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite labels Oct 22, 2020
@jreback jreback added this to the 1.2 milestone Oct 22, 2020
@jreback jreback merged commit 99cb914 into pandas-dev:master Oct 22, 2020
@jbrockmendel jbrockmendel deleted the tst-indexing-12 branch October 22, 2020 23:48
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Oct 26, 2020
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants