mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 13:08:04 +00:00
[CodeFactor] Apply fixes to commit 0606491
This commit is contained in:
@@ -246,7 +246,7 @@ public class BaxterKingTests
|
||||
var ind = new BaxterKing(6, 32, 5); // filterLen = 11
|
||||
for (int i = 0; i < 10; i++)
|
||||
{
|
||||
double v = ind.Update(new TValue(DateTime.UtcNow, 100 + i * 0.5)).Value;
|
||||
double v = ind.Update(new TValue(DateTime.UtcNow, 100 + (i * 0.5))).Value;
|
||||
Assert.Equal(0.0, v, 15);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user