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
Fix documentation for enums #1391
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1391 +/- ##
==========================================
+ Coverage 99.95% 99.95% +0.01%
==========================================
Files 213 213
Lines 13928 13929 +1
==========================================
+ Hits 13921 13922 +1
Misses 7 7
Continue to review full report at Codecov.
|
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.
Docs look great!
@@ -8,7 +8,7 @@ class DataCheckMessage: | |||
|
|||
def __init__(self, message, data_check_name): | |||
""" | |||
Message returned by a DataCheck, tagged by name." | |||
Message returned by a DataCheck, tagged by name. |
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.
nice catch!
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.
Looks great, thank you!
Closes #1332 by updating our enums to show the attributes (values) of each enum.
ModelFamily
ProblemTypes
DataCheckMessageType
Before:
ModelFamily