Commit e8817df
COMP: Skip non-comparable Python baseline test for ConvolveImageWithKernel
The Python example emits the raw convolved image (512x342, grayscale),
while the shared C++ baseline is a QuickView render-window screenshot
(602x302, RGB). The auto-generated ConvolveImageWithKernelTestBaseline-
ComparisonPython test compared these and failed on the size mismatch.
Add a NO_PYTHON_COMPARISON option to compare_to_baseline() and use it
for ConvolveImageWithKernel so only the run-only Python test remains.
Co-Authored-By: Pranjal Sahu <23420081+PranjalSahu@users.noreply.github.com>1 parent 242b5d1 commit e8817df
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
103 | 107 | | |
104 | 108 | | |
105 | 109 | | |
| |||
110 | 114 | | |
111 | 115 | | |
112 | 116 | | |
| 117 | + | |
113 | 118 | | |
114 | 119 | | |
115 | 120 | | |
| |||
174 | 179 | | |
175 | 180 | | |
176 | 181 | | |
177 | | - | |
| 182 | + | |
178 | 183 | | |
179 | 184 | | |
180 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments