-
Notifications
You must be signed in to change notification settings - Fork 24
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
Create validate_transformer_quality function #299
Create validate_transformer_quality function #299
Conversation
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.
Just a comment about a docstring that seems incorrect.
Other than that, this looks good to go
tests/contributing.py
Outdated
transformer (string or rdt.transformers.BaseTransformer): | ||
The transformer to validate. | ||
Output: | ||
bool: |
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.
It seems like this is not describing the actual output.
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.
Good catch!
b546573
to
0f74856
Compare
Codecov Report
@@ Coverage Diff @@
## v0.6.0-dev #299 +/- ##
===========================================
Coverage 81.81% 81.81%
===========================================
Files 11 11
Lines 825 825
===========================================
Hits 675 675
Misses 150 150 Continue to review full report at Codecov.
|
resolves #253
Example use: