-
Notifications
You must be signed in to change notification settings - Fork 395
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
Add more test helper functions in rai_test_utils #1938
Conversation
Signed-off-by: Gaurav Gupta <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1938 +/- ##
==========================================
+ Coverage 93.23% 94.16% +0.92%
==========================================
Files 95 95
Lines 4701 4712 +11
==========================================
+ Hits 4383 4437 +54
+ Misses 318 275 -43
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Thanks!
… 1 (#1937) * Migrate responsibleai tests to use utilities in rai_test_utils - Part 1 Signed-off-by: Gaurav Gupta <[email protected]> * Add create_cancer_data Signed-off-by: Gaurav Gupta <[email protected]> * fix Signed-off-by: Gaurav Gupta <[email protected]> --------- Signed-off-by: Gaurav Gupta <[email protected]> Co-authored-by: Roman Lutz <[email protected]>
Signed-off-by: Gaurav Gupta <[email protected]>
* Dataset explorer: Propagate number of bins to SDK backend API Signed-off-by: Gaurav Gupta <[email protected]> * Update libs/dataset-explorer/src/lib/ChartView/LargeDataView/getBarOrBoxChartConfig.ts Co-authored-by: Roman Lutz <[email protected]> * Revert "Update libs/dataset-explorer/src/lib/ChartView/LargeDataView/getBarOrBoxChartConfig.ts" This reverts commit a8b2e42. --------- Signed-off-by: Gaurav Gupta <[email protected]> Co-authored-by: Roman Lutz <[email protected]>
Signed-off-by: Gaurav Gupta <[email protected]>
Description
Add more test helper functions in rai_test_utils
Checklist