mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 12:38:06 +00:00
[CodeFactor] Apply fixes to commit 0606491
This commit is contained in:
@@ -382,7 +382,7 @@ public sealed class CrsiTests
|
||||
var out1 = new double[n];
|
||||
for (int i = 0; i < n; i++)
|
||||
{
|
||||
src[i] = 100.0 + i * 0.01;
|
||||
src[i] = 100.0 + (i * 0.01);
|
||||
}
|
||||
|
||||
// rankPeriod > 256 to exercise ArrayPool path
|
||||
|
||||
Reference in New Issue
Block a user