mirror of
https://github.com/DarthAffe/HPPH.git
synced 2025-12-12 13:28:37 +00:00
Fixed error in test-data generation
This commit is contained in:
parent
c897b34690
commit
10f0c8c5b7
@ -39,8 +39,8 @@ public class CreateSimpleColorPaletteTests
|
||||
foreach (int size in SimpleSizes)
|
||||
_simpleReference[image][typeof(T)][size] = [.. ReferencePixelHelper.CreateSimpleColorPalette(img, size).OrderBy(x => x.R).ThenBy(x => x.G).ThenBy(x => x.B).ThenBy(x => x.A)];
|
||||
|
||||
foreach (int size in Sizes)
|
||||
_reference[image][typeof(T)][size] = [.. ReferencePixelHelper.CreateColorPalette(img, size).OrderBy(x => x.R).ThenBy(x => x.G).ThenBy(x => x.B).ThenBy(x => x.A)];
|
||||
//foreach (int size in Sizes)
|
||||
// _reference[image][typeof(T)][size] = [.. ReferencePixelHelper.CreateColorPalette(img, size).OrderBy(x => x.R).ThenBy(x => x.G).ThenBy(x => x.B).ThenBy(x => x.A)];
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user