changed threhsold
This commit is contained in:
parent
9630691d13
commit
3884ffa628
1 changed files with 1 additions and 2 deletions
|
@ -109,8 +109,7 @@ namespace Ryujinx.Tests.Graphics
|
|||
Debug.WriteLine($"{tcp*100:F4}% ({tc}/{byteDifferences.Count}) are different by at least {threshold}.");
|
||||
}
|
||||
|
||||
Assert.IsTrue(byteDifferences.All(x => Math.Abs(x.delta) <= 2));
|
||||
Assert.IsTrue(decodedRef.Equals(outputBuffer));
|
||||
Assert.IsTrue(byteDifferences.All(x => Math.Abs(x.delta) < 2));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in a new issue