Port: Ensure consistent RGB image loading across tasks#19
Merged
allnes merged 1 commit intolearning-process:masterfrom Nov 3, 2025
Merged
Port: Ensure consistent RGB image loading across tasks#19allnes merged 1 commit intolearning-process:masterfrom
allnes merged 1 commit intolearning-process:masterfrom
Conversation
Ported from upstream commit c83f0efd0e219c76ac4e8b94ec8c8284531df959. - Force STBI to load RGB (3 channels) - Update sample pic.jpg files - Re-enable previously disabled threads test
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #19 +/- ##
===========================================
+ Coverage 64.91% 94.73% +29.82%
===========================================
Files 15 15
Lines 456 456
Branches 166 166
===========================================
+ Hits 296 432 +136
+ Misses 136 0 -136
Partials 24 24 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
SizovDmitry
pushed a commit
to SizovDmitry/ppc-2025-processes-informatics
that referenced
this pull request
Nov 5, 2025
…ess#19) Ported from upstream commit c83f0efd0e219c76ac4e8b94ec8c8284531df959. - Force STBI to load RGB (3 channels) - Update sample pic.jpg files - Re-enable previously disabled threads test
Svetlana-plv
pushed a commit
to Svetlana-plv/ppc-2025-processes-informatics
that referenced
this pull request
Nov 13, 2025
…ess#19) Ported from upstream commit c83f0efd0e219c76ac4e8b94ec8c8284531df959. - Force STBI to load RGB (3 channels) - Update sample pic.jpg files - Re-enable previously disabled threads test
4elodoy-Molovek
pushed a commit
to 4elodoy-Molovek/ppc-2025-processes-informatics
that referenced
this pull request
Nov 16, 2025
…ess#19) Ported from upstream commit c83f0efd0e219c76ac4e8b94ec8c8284531df959. - Force STBI to load RGB (3 channels) - Update sample pic.jpg files - Re-enable previously disabled threads test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ported from upstream commit c83f0efd0e219c76ac4e8b94ec8c8284531df959.