-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
TST: parametrize slow test #37339
Conversation
@@ -7,17 +7,46 @@ | |||
from pandas import DataFrame, Series | |||
import pandas._testing as tm | |||
|
|||
m = 50 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
No description provided.