mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 04:28:04 +00:00
[CodeFactor] Apply fixes to commit 0606491
This commit is contained in:
@@ -13,7 +13,7 @@ public sealed class SpearmanValidationTests
|
||||
var s = new Spearman(10);
|
||||
for (int i = 1; i <= 10; i++)
|
||||
{
|
||||
s.Update((double)i, 2.0 * i + 5.0, isNew: true);
|
||||
s.Update((double)i, (2.0 * i) + 5.0, isNew: true);
|
||||
}
|
||||
Assert.Equal(1.0, s.Last.Value, 1e-10);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user