-
-
Notifications
You must be signed in to change notification settings - Fork 888
Validating tests for Image Processors #902
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #902 +/- ##
==========================================
- Coverage 89.33% 89.23% -0.11%
==========================================
Files 1029 1030 +1
Lines 45708 45681 -27
Branches 3260 3260
==========================================
- Hits 40833 40763 -70
- Misses 4174 4178 +4
- Partials 701 740 +39
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #902 +/- ##
==========================================
- Coverage 89.33% 89.28% -0.06%
==========================================
Files 1029 1031 +2
Lines 45708 45631 -77
Branches 3260 3261 +1
==========================================
- Hits 40833 40741 -92
- Misses 4174 4180 +6
- Partials 701 710 +9
Continue to review full report at Codecov.
|
|
What’s happening with the dither tests on 32bit? Edit: I've seen the tests. A 5% error is massive. I think we'd be better tryting to figure out why it's failing rather than skip the tests. The equality operator here is probably the issue.
|
|
Ah yeah, that’s a likely culprit also. Let’s get this merged in then. It’s great to have the additional tests! |
…overage Validating tests for Image Processors


Prerequisites
Description
Extending covarege to support the implementation of #897. Additionally,
FileTestBasehas been marked as[Obsolote]to support goals defined in #868.