-
Notifications
You must be signed in to change notification settings - Fork 57
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
Fix randint dtypes | test(torchlib) #1088
Conversation
Fix test input types for randint by replacing float input tests to integer inputs.
Codecov Report
@@ Coverage Diff @@
## main #1088 +/- ##
==========================================
+ Coverage 77.80% 78.10% +0.29%
==========================================
Files 115 115
Lines 14826 14826
Branches 1574 1574
==========================================
+ Hits 11536 11580 +44
+ Misses 2917 2875 -42
+ Partials 373 371 -2
|
Test Results 18 files + 12 18 suites +12 1h 30m 12s ⏱️ + 56m 39s For more details on these failures and errors, see this check. Results for commit 8a9c867. ± Comparison against base commit 1ee4ee1. This pull request removes 12 and adds 4837 tests. Note that renamed tests count towards both.
|
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, thanks!
Fix test input types for randint by replacing float input tests to integer inputs.