-
-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Read model info to attrs with from_pystan
#1353
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1353 +/- ##
==========================================
- Coverage 91.80% 91.74% -0.06%
==========================================
Files 101 101
Lines 10636 10697 +61
==========================================
+ Hits 9764 9814 +50
- Misses 872 883 +11
Continue to review full report at Codecov.
|
ff0e8f7
to
fb4c902
Compare
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.
took a light look, and code looks good.
flags=re.IGNORECASE, | ||
).group(1) | ||
) | ||
except AttributeError: |
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.
is attribute error what happens when re.search
returns None, which has no .group
attribute?
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.
Yes, my lazy solution. "comment" field should still have the raw value.
Description
Add PyStan metadata info.
Checklist