-
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
Migrate responsibleai tests to use utilities in rai_test_utils - Part 1 #1937
Conversation
Signed-off-by: Gaurav Gupta <[email protected]>
Signed-off-by: Gaurav Gupta <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1937 +/- ##
==========================================
+ Coverage 92.35% 93.27% +0.92%
==========================================
Files 105 95 -10
Lines 4958 4657 -301
==========================================
- Hits 4579 4344 -235
+ Misses 379 313 -66
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. |
Signed-off-by: Gaurav Gupta <[email protected]>
1 similar comment
… 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]>
* Add more test helper functions in rai_test_utils Signed-off-by: Gaurav Gupta <[email protected]> * Migrate responsibleai tests to use utilities in rai_test_utils - Part 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]> * Fix bubble chart render issue due to exception in `SidePanel` (#1941) Signed-off-by: Gaurav Gupta <[email protected]> * fixing strings (#1943) * Dataset explorer: Propagate number of bins to SDK backend API (#1940) * 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]> * Add tests Signed-off-by: Gaurav Gupta <[email protected]> --------- Signed-off-by: Gaurav Gupta <[email protected]> Co-authored-by: Roman Lutz <[email protected]>
Description
This is part 1 of the changes. For part 2, I need to add some more APIs/enhance existing ones in rai_test_utils.
Checklist