-
Notifications
You must be signed in to change notification settings - Fork 915
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
[REVIEW] Add min and max bounds for random dataframe generator numeric types #9211
Conversation
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.
Verified to my branch that this works! Just one small comment - feel free to ignore at your discretion. Thanks for putting it together so quickly!
rerun tests |
rerun tests |
@gpucibot merge |
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #9211 +/- ##
===============================================
Coverage ? 10.82%
===============================================
Files ? 115
Lines ? 19163
Branches ? 0
===============================================
Hits ? 2074
Misses ? 17089
Partials ? 0 Continue to review full report at Codecov.
|
This PR provides the ability to pass in
min
andmax
bounds incase of numeric dtypes to the randon dataframe generator API.