-
Notifications
You must be signed in to change notification settings - Fork 188
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
ELC Coverage, integer flags converted #3123
Conversation
Codecov Report
@@ Coverage Diff @@
## python #3123 +/- ##
=======================================
+ Coverage 83% 84% +<1%
=======================================
Files 530 530
Lines 26141 26142 +1
=======================================
+ Hits 21949 22157 +208
+ Misses 4192 3985 -207
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.
LGTM
bors r+ |
3123: ELC Coverage, integer flags converted r=jngrad a=reinaual Should fix #2685 for the neutral case. Also converted integer flags to boolean in ELC and MMM2D. Co-authored-by: Alexander Reinauer <[email protected]>
Build succeeded |
Should fix #2685 for the neutral case.
Also converted integer flags to boolean in ELC and MMM2D.