This commit is contained in:
Miha Kralj
2024-11-04 18:08:33 -08:00
parent 5b333bd2ec
commit fc3e9f756d
21 changed files with 82 additions and 134 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);
}