-
Notifications
You must be signed in to change notification settings - Fork 653
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
TEST-#1950: improve TestDataFrameIter test time #1947
Conversation
8bf1bf5
to
c84b375
Compare
Codecov Report
@@ Coverage Diff @@
## master #1947 +/- ##
==========================================
+ Coverage 81.65% 81.69% +0.04%
==========================================
Files 79 79
Lines 9277 9282 +5
==========================================
+ Hits 7575 7583 +8
+ Misses 1702 1699 -3
Continue to review full report at Codecov.
|
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
f3dc76f
to
3fb6e6a
Compare
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.
lgtm
part of #2008 |
…roject#1947) * TEST-modin-project#1950: improve TestDataFrameIter test time Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com> * TEST-modin-project#1950: speed up some iter tests Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev anatoly.myachev@intel.com
What do these changes do?
itertuples
call with default values, because this set of parameters is specified explicitly.test_data_values
variable. (test coverage did not decrease after these changes; these changes save more than 6 hours for CI)flake8 modin
black --check modin
git commit -s