-
Notifications
You must be signed in to change notification settings - Fork 383
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
DOC improving several error strings #1943
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1943 +/- ##
=======================================
Coverage ? 93.23%
=======================================
Files ? 95
Lines ? 4701
Branches ? 0
=======================================
Hits ? 4383
Misses ? 318
Partials ? 0
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. |
* Add more test helper functions in rai_test_utils Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * 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 <gaugup@microsoft.com> * Add create_cancer_data Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * fix Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> --------- Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> Co-authored-by: Roman Lutz <romanlutz13@gmail.com> * Fix bubble chart render issue due to exception in `SidePanel` (#1941) Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> * 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 <gaugup@microsoft.com> * Update libs/dataset-explorer/src/lib/ChartView/LargeDataView/getBarOrBoxChartConfig.ts Co-authored-by: Roman Lutz <romanlutz13@gmail.com> * Revert "Update libs/dataset-explorer/src/lib/ChartView/LargeDataView/getBarOrBoxChartConfig.ts" This reverts commit a8b2e42. --------- Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> Co-authored-by: Roman Lutz <romanlutz13@gmail.com> * Add tests Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> --------- Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> Co-authored-by: Roman Lutz <romanlutz13@gmail.com>
Description
Other than a couple of missing whitespaces (due to line wrap) this PR contains only small changes to add articles, improve grammar, etc.
Checklist