-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Remove struct and leverage ml_dtypes in helper tests #6631
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
Conversation
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
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.
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #6631 +/- ##
==========================================
+ Coverage 57.35% 57.43% +0.08%
==========================================
Files 507 507
Lines 31639 31611 -28
Branches 3063 3058 -5
==========================================
+ Hits 18145 18157 +12
+ Misses 12645 12610 -35
+ Partials 849 844 -5 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
The change in #6631 mistakenly removed a skip Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
Remove the use of struct and leverage ml_dtypes to clean up helper tests. This should unblock #6621 --------- Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
The change in #6631 mistakenly removed a skip Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
Remove the use of struct and leverage ml_dtypes to clean up helper tests. This should unblock onnx#6621 --------- Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> Signed-off-by: seungwoo-ji <seungwoo.ji@nuvilab.com>
The change in onnx#6631 mistakenly removed a skip Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> Signed-off-by: seungwoo-ji <seungwoo.ji@nuvilab.com>
Remove the use of struct and leverage ml_dtypes to clean up helper tests. This should unblock #6621