-
Notifications
You must be signed in to change notification settings - Fork 4
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
test: Added test for Table.remove_rows_with_outliers
to test multiple outliers in one column and outliers in two different columns
#309
Conversation
…le outliers in one column and outliers in two different columns
…be named `test_should_remove_rows_with_outliers`
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
|
…est-cant-detect-2-or-more-outliers-in-a-function # Conflicts: # tests/safeds/data/tabular/containers/_table/test_remove_rows_with_outliers.py
Codecov Report
@@ Coverage Diff @@
## main #309 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 47 47
Lines 2162 2162
=========================================
Hits 2162 2162 |
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
…est-cant-detect-2-or-more-outliers-in-a-function
tests/safeds/data/tabular/containers/_table/test_remove_rows_with_outliers.py
Show resolved
Hide resolved
🎉 This PR is included in version 0.14.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Summary of Changes
test: Added test for
Table.remove_rows_with_outliers
to test multiple outliers in one column and outliers in two different columnsSee my Comment in the referenced issue for further explanation as there is no bug with the current method
Table.remove_rows_with_outliers
Additional Context
See #274