This commit is contained in:
Miha Kralj
2024-11-05 05:52:54 -08:00
parent 5b333bd2ec
commit f582db2c4c
23 changed files with 85 additions and 137 deletions
+1 -1
View File
@@ -304,7 +304,7 @@ public class SkenderTests
.GetMama(fastLimit: 0.5, slowLimit: 0.05)
.Select(i => i.Mama.Null2NaN()!);
Assert.Equal(QL.Length, SK.Count());
for (int i = QL.Length - 1; i > 100; i--)
for (int i = QL.Length - 1; i > 500; i--)
{
Assert.InRange(SK.ElementAt(i) - QL[i].Value, -range, range);
}