Skip to content
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

Color conversion module bug fix #299

Merged
merged 1 commit into from
Aug 29, 2023
Merged

Color conversion module bug fix #299

merged 1 commit into from
Aug 29, 2023

Conversation

mohammedzakikochargi
Copy link
Collaborator

@mohammedzakikochargi mohammedzakikochargi commented Aug 24, 2023

IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).

Fixes #[Issue]

Description
The setMetadata for color conversion module was happening in addInput pin method, but this was having issues as other modules setMetadata during processSOS. Moved the setMetadata in the processSOS method, and the input pin verification happens in processSOS.

Alternative(s) considered

Have you considered any alternatives? And if so, why have you chosen the approach in this PR?

Type

Type Choose one: (Bug fix | Feature | Documentation | Testing | Other)

Screenshots (if applicable)

Checklist

  • I have read the Contribution Guidelines
  • I have written Unit Tests
  • I have discussed my proposed solution with code owners in the linked issue(s) and we have agreed upon the general approach

@github-actions
Copy link

github-actions bot commented Aug 24, 2023

Test Results Linux_ARM64

    1 files  ±0      1 suites  ±0   10m 43s ⏱️ -3s
425 tests ±0  262 ✔️ ±0  163 💤 ±0  0 ±0 
262 runs  ±0    99 ✔️ ±0  163 💤 ±0  0 ±0 

Results for commit 3b27411. ± Comparison against base commit 58033f6.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Aug 24, 2023

Test Results Windows-cuda

    1 files  ±0      1 suites  ±0   12m 43s ⏱️ -1s
399 tests ±0  293 ✔️ ±0  106 💤 ±0  0 ±0 
293 runs  ±0  187 ✔️ ±0  106 💤 ±0  0 ±0 

Results for commit 3b27411. ± Comparison against base commit 58033f6.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Aug 24, 2023

Test Results Linux

    1 files  ±0      1 suites  ±0   10m 23s ⏱️ -1s
302 tests ±0  230 ✔️ ±0  72 💤 ±0  0 ±0 
230 runs  ±0  158 ✔️ ±0  72 💤 ±0  0 ±0 

Results for commit 3b27411. ± Comparison against base commit 58033f6.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Aug 24, 2023

Test Results Win-nocuda

    1 files  ±0      1 suites  ±0   10m 40s ⏱️ ±0s
298 tests ±0  230 ✔️ ±0  68 💤 ±0  0 ±0 
230 runs  ±0  162 ✔️ ±0  68 💤 ±0  0 ±0 

Results for commit 3b27411. ± Comparison against base commit 58033f6.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Aug 25, 2023

Test Results Linux-CudaT

    1 files  ±0      1 suites  ±0   10m 24s ⏱️ -1s
403 tests ±0  237 ✔️ ±0  166 💤 ±0  0 ±0 
237 runs  ±0    71 ✔️ ±0  166 💤 ±0  0 ±0 

Results for commit 3b27411. ± Comparison against base commit 58033f6.

♻️ This comment has been updated with latest results.

@mraduldubey mraduldubey merged commit 080ccf8 into main Aug 29, 2023
17 of 19 checks passed
@mraduldubey mraduldubey deleted the ColorConversionFix branch August 29, 2023 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants